Skip to content

cchampou/gochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChat

A simple client/server chat using tcp.

Usage

Run go server with

go run server/server.go

Server will be accepting connections on port 6000

Run the client with

go run client/client.go

You can either send public message or target a nickname with @nickname.

Be careful, nicknames aren't unique for now.

About

A simple client/server chat using tcp.

Topics

Resources

License

Stars

Watchers

Forks

Languages