Building a Simple Chat App with NodeJs using Websockets
Introduction
Websockets are a powerful tool for building real-time applications. They enable a bi-directional communication between clients in real time by establishing a persistent connection. This allows them to send and receive data between each o...
schemasensei.hashnode.dev4 min read