Writing a Chat Server in Go
https://medium.com/@nqbao/writing-a-chat-server-in-go-3b61ccc2a8ed
I have been using Go for a while, but mainly for tools. So I decided to invest some time to learn more about the language, and also more about system programming, distributed programming.
The chat server was just a random idea. It is simple and also complicated enough for a sandbox project. I would try to do everything from scratch