Skip to content

Web application where users can log in to rooms/channels and communicate in real time.

Notifications You must be signed in to change notification settings

sachingw777/ChatBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBox

This web application uses Socket.io. Users can login to rooms and chat with other individuals present in that specific room.

Live Demo

To see the app in action, go to ChatBoxLive

Features

  • Sending Location
  • Active users online
  • Admin message updates on users leaving and joining

Future Enhancements

  • Making rooms case-insensitive.
  • Making usernames unique.
  • Adding a list of currently active rooms to the join page.

Getting Started

This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.

Clone or download this repository

git clone https://github.com/sachingw777/ChatBox.git

Install dependencies

npm install

or

yarn install

Built with

Platforms

About

Web application where users can log in to rooms/channels and communicate in real time.

Topics

Resources

Stars

Watchers

Forks