Skip to content

mkrecny/hubabl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published