Skip to content

tobert/oochat

 
 

Repository files navigation

supported browsers: chrome, and chrome only

system package prerequisites: zeromq, mongodb, redis

to install python requirements (i recommend use of virtualenv)

pip install -r requirements.txt

to install nodejs requirements (using local package.json file)

npm install

to create mongo capped collection (while mongod is running)

mongo oochat reset_db.js

running the servers:

python run_server.py python eventhub_server/event_server.py and make sure mongod and redis-server is running

About

group chat with markdown served over websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published