Golang – Using Gorilla Websockets
In this tutorial, we’ll be looking at how we can use the Gorilla Websocket package in Golang. This library provides us with easy to write websocket client/servers in Go. It has a working production quality Go implementation of the websocket protocol, which enables us to deal with stateful http connections using websockets. The main repository […]
Golang – Using Gorilla Websockets Read More »