https://github.com/wb-ts/socket-chat-example
Fast chat with friends that developed a socket
https://github.com/wb-ts/socket-chat-example
Last synced: about 1 month ago
JSON representation
Fast chat with friends that developed a socket
- Host: GitHub
- URL: https://github.com/wb-ts/socket-chat-example
- Owner: wb-ts
- Created: 2021-12-15T23:36:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T23:37:02.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:07:29.120Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Chat Application using React, Express, socket.io, Node.js
### It allows multiple users to chat in a same room in real time.

## Motive behind the App:
#### Join. Chat. Leave. No Records.
## Features of the App:
- Multiple users can connect to the same room and chat.
- The app is based on Snapchat as when you leave the room the messages automatically get deleted.
- The app allows you to send text messages and emojis ;)
- No duplicate users can join the same room which means no two users with the same name can join the same room.
- Multiple rooms can function simultaneously.
- The app is purely based on JS so none of your chat data is saved anywhere. User privacy is important.
#### Article published on Medium: https://medium.com/swlh/build-a-chat-app-using-react-express-socket-io-nodejs-32b922c9dd4f
#### Live Project: https://instameet.herokuapp.com/