This is a WebSocket server implemented from scratch in Node.js without using any third-party libraries. The server accepts messages from clients and broadcasts them to all other connected clients.
-
Clone this repository
-
Start the server
npm start
-
Open your browser & go to
localhost:3000