There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A simple multi user client/server chat application written in Go using less than 250 loc. Useful to learn how to deal with concurrency in Go (goroutines, channels, and mutexes).