Using:
- socket.io (version 2)
- express (version 4)
Runs locally and can be hosted (on heroku for example)
Working example: https://esfa-chat-app.herokuapp.com/
This version is built directly from this repository. You can open a private browsing session to join as a second user.
- Clone repository
npm install
npm start
- Visit http://localhost:3000 and enter a nickname
- 🎉