This is a backend service that implements WebSocket protocol to communicate with the Whatsapp Web Clone UI I previously built.
Built using Express and Socket.IO
- Install dependencies with the command
npm install
- Start the server with the command
npm run start
- This application should start running on
http://localhost:5000/
. Run the Whatsapp Web Clone UI together with this service to see it in action.