rajmasha / multi-room-chat-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 49.4%Language:JavaScript 37.7%Language:HTML 12.9%