How to write a full duplex server in Go
In the previous article How to write a concurrent TCP server in Go we saw how to implement a concurrent TCP server in Go. This time we are going to see how to take the server to the next level and allow it to broadcast messages to its clients. That w...
textmode.dev7 min read