Node.js, Technology

WebSockets in Node.js

About WebSocket WebSocket is a protocol that provides full duplex communication i.e allows communication in both directions simultaneously. In this two way communication between web browser and server, both of them can send messages to one another at any point of time until the connection is open. Once all the data gets transferred,...

by Rishabh Dixit
Tag: websocket
28-Jul-2016