Skip to content

Multi-user multi-room Chat Web Application built with Nodejs and socket.io

License

Notifications You must be signed in to change notification settings

rajmasha/multi-room-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-room Chat Application

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/

Features:

  • 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

Installation

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

License

MIT

About

Multi-user multi-room Chat Web Application built with Nodejs and socket.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published