module
0.0.0-20221101091655-9a92e0fe2b93
Repository: https://github.com/kbekj/dsys_chittychat.git
Documentation: pkg.go.dev
# README
Overleaf Link https://www.overleaf.com/read/xqfthcxbtfhj
Run
- To run this program, run the server in one terminal with
go run server/server.go
- Now you can run as many clients as you want. To run a client, open another terminal and write
go run client/client.go
. - Simply write a message in the client, and press enter to send.
- To make a client leave the chat, write
bye
in the clients terminal.