This is just a personal project made with Go to practice some concepts and for fun. I will improve it in the future!
First of all, you need to have Go 1.23.4
(the one I have) installed in your computer. Then run these commands:
go run server.go
To start the server (do it once)go run client.go
To join the chat, you can execute it several times to have more users in the chat
- Messages Rate Limit (to prevent spamming messages)
- More commands in-chat
- Client's code rework
- Fix some code to improve it