maretskiy / chat

Simple demo chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo chat

Uses Tornado and TinyDB .

Setup and Run

$ virtualenv --python=python3.6 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python3 chat.py

About

Simple demo chat

License:MIT License


Languages

Language:HTML 53.7%Language:Python 46.3%