Skip to content

edobrowo/gochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gochatroom

Chatroom server and client, built in Go. Supports global messages, private messages, usernames, and chat commands. Uses a custom protocol for communication on a CSM network.

Sample commands

  • /ping - Pong!
  • /whisper, /w, /tell /msg - private message another user

Building

# Server
go build -o bin/server cmd/chatroom-server/main.go
# Client
go build -o bin/client cmd/chatroom-client/main.go

About

Terminal chatroom app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages