An open API service indexing awesome lists of open source software.

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)

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
![demo of the application](demo_gif.gif "Small App Demo")

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