How I Built a Real-Time Chat App Using WebSockets & Node js
WebSocket Meaning A WebSocket is a communication method that keeps a continuous, open connection between a client (like a browser) and a server, allowing both sides to send data to each other instantly whenever needed. In this article, We’ll learn how to build a chat app using websockets and node js. Easy Way to Understand Instead of repeatedly asking … Read more