#websockets
Read more stories on Hashnode
Articles with this tag
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...