-
Notifications
You must be signed in to change notification settings - Fork 2
Share and embed realtime chats w/ node.js, socket.io & redis
mkrecny/hubabl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
http://www.hubabl.com Hubabl ------ Hubabl is a minimalistic real-time chat server. Every chat created has a bitly url. Hubabl is written in node.js, uses socket.io for client/server communication and redis lists and pubsub for chat history and chat events. It's ugly but usable : ) Installation ---------------- > install node.js > install socket.io > install redis Setup ----- > edit config.js to taste > run ./redis-server in the redis package > run node nodes/gen-dict.js //this will create a small dataset of random names for chatters > run node nodes/server.js
About
Share and embed realtime chats w/ node.js, socket.io & redis
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published