Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 570 Bytes

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)