https://github.com/sharadbhat/chatter
A real time messaging proof of concept using SocketIO.
https://github.com/sharadbhat/chatter
nodejs react realtime-messaging socket-io
Last synced: 30 days ago
JSON representation
A real time messaging proof of concept using SocketIO.
- Host: GitHub
- URL: https://github.com/sharadbhat/chatter
- Owner: sharadbhat
- License: mit
- Created: 2021-01-17T19:41:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T07:15:58.000Z (over 1 year ago)
- Last Synced: 2023-11-01T08:25:35.442Z (over 1 year ago)
- Topics: nodejs, react, realtime-messaging, socket-io
- Language: JavaScript
- Homepage: https://chatter-sharad.herokuapp.com
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatter
A real time messaging proof of concept using SocketIO.
## To Run
### Client Side
```sh
cd client
npm installnpm run start
```### Server Side
```sh
cd server
npm installnpm run start # Uses nodemon
```## Screenshots
1. Set username
2. Typing Indicator (1 person)
3. Typing Indicator (2 persons)
4. Typing Indicator (3 persons)
5. Chat
6. User Left Chat
---
Icons made by [Pixel Perfect](https://icons54.com) from [Flaticon](https://www.flaticon.com)