Writing a Websocket Chat in Go
Saturday, October 29th, 2016Learning the Go programming language, I wanted to implement an application that I had written with other languages and frameworks before to get a grip on this language.
That’s why I tried to implement a really simple websocket chat server in Go and described my approach in the following article.