A fork of https://github.com/philipkorsika/chattr
This version removes the need for JavaScript!
(note that it still uses CSS for aesthetics, but it's not necessary for the functionality, and would work without it)
Requires Python and Python dev-tools, and pip installed
e.g. On Ubuntu 15.10 :
$ python -V
=> Python 2.7.10
$ sudo apt-get install python2.7-dev python-pip
Install bottle and gevent, then start the server.
$ pip install --user bottle gevent
$ python server.py
Browse to localhost:9092