A multi-user multi-room chat application built with nodejs and socket.io.
For a Reactjs version of the app with advanced features such as user avatar, emoji selector and persistent connection check out chit-chat
Inspired from - http://psitsmike.com/2011/10/node-js-and-socket-io-multiroom-chat-tutorial/
- Multiple users can chat together in real-time
- Users can create new rooms
- Users can join/leave different rooms
- All users get notified when a user joins/leaves their current room
Clone the respository then follow the steps below.
Go to the repository:
cd multi-room-chat-app
To install dependency:
npm install
To run app:
npm start
Open your browser and go to:
http://localhost:5000
MIT