#golang
Read more stories on Hashnode
Articles with this tag
Understanding how to scale Scaling a websocket is a hard task compared to http, as the connections are persistent in websocket and we cannot share the...
In this blog we will get straight to building chat app using websockets in golang and react. If you want to learn about web sockets and how to use it...
What are Web Sockets? Well in simple terms its just a persistent (continuous) connection between a server and client. Unlike http connection which...