Beginner's Guide to websockets with Golang
What are Web Sockets?
Well in simple terms its just a persistent (continuous) connection between a server and client. Unlike http connection which gets closed as soon as the query is complete.
Also in websocket a communication is realtime and bidirec...
nimbusnotes.hashnode.dev4 min read