Building a Real-Time Chat Application with Websocket
https://hackernoon.com
WebSockets are a technology for creating real-time, bi-directional communication channels over a single TCP connection. They help build applications that require low-latency, high-frequency communication, such as chat applications. We will use Node.js as the server-side language and React as the client-side technology.