WebSockets Tutorial: Going Real-time with Node and React
WebSockets are a thin transport layer that sits on top of the TCP/IP stack on a device. The WebSocket protocol simply has two goals such as to establish a handshake and to facilitate data flow.