Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 382 Bytes

Tornado Chat with MongoDB

This is a multi-user chat application based on the Tornado Python web framework. It uses your Google account for login.

This version persists chat messages using the Mongo database.

Local development

pip install --user -r requirements.pip
pypm install -r requirements.txt
python app.py

Deploying to Stackato

stackato push -n