This web application uses Socket.io. Users can login to rooms and chat with other individuals present in that specific room.
To see the app in action, go to ChatBoxLive
- Sending Location
- Active users online
- Admin message updates on users leaving and joining
- Making rooms case-insensitive.
- Making usernames unique.
- Adding a list of currently active rooms to the join page.
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.
git clone https://github.com/sachingw777/ChatBox.git
npm install
or
yarn install