Skip to content

cothi/chat-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-go Go

Terminal based chat made with go

demo

demo

start

git clone https://github.com/cothi/chat-go.git

cd chat-go
go mod tidy

go build ./



# start server

./chat-go server --serverPort=8000


# start client 
./chat-go client --serverPort=8000

TODO

  1. cli (server, client, set port)
  2. chennel
  3. lobby
  4. command (set nickname,
  5. command (leave room)

About

Terminal based tcp chat made with go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages