https://github.com/cryptorodeo/chathub
A small, real-time chat room π¬ (Powered by Socket.IO)
https://github.com/cryptorodeo/chathub
Last synced: about 1 month ago
JSON representation
A small, real-time chat room π¬ (Powered by Socket.IO)
- Host: GitHub
- URL: https://github.com/cryptorodeo/chathub
- Owner: CryptoRodeo
- Created: 2020-03-17T21:33:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T14:22:42.000Z (over 5 years ago)
- Last Synced: 2025-03-21T04:17:19.654Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.53 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatHubπ¬
## A real-time messaging application powered by Socket.IO, NodeJS and Express
# Goals π₯
:
- Broadcast a message to connected users when someone connects or disconnects. β
- Add support for nicknames.β
- Clean & familiar UI β
- add 'user is typing' functionality β
# Small Demo of ChatHub

### How to run:
- run `npm install`
- cd to /server
- run `node app.js`
- visit `localhost:8080` in your browser