A brBASIC implementation of socket.io that enables real-time, bidirectional, and event-based communication between web clients and servers. Socket.io is composed of two parts: a client-side library that runs in the browser, and a server-side library for Node.js.
Instructions on how to set up the project locally.
git clone https://github.com/Piyushk8/BasicChats.git cd projectname npm install npm start