Websocket beginner guide
What is WebSocket? WebSocket provides a way to exchange data between the browser and server via a persistent connection. The data can be passed in both directions as “packets”, without breaking the connection and the need for additional HTTP requests. Where can we use WebSocket? we use WebSocket where we need real-time data sharing Continue Reading »