Home > tinytalk

tinytalk

Tinytalk is a project mainly written in PYTHON and JAVASCRIPT, based on the BSD-2-Clause and 2 other licenses found.

A double-boiler bootstrapped real time chat implementation

tinytalk

tinytalk is a use of double-boiler to experiment with what interesting use cases neatly fit into one Heroku dyno. It's basically a (currently very slightly, and more so later) brushed up version of the gevent webchat Django application.

Ultimately, I'd like to add a few neat features, including at least one that'll exercise Celery_ for asynchronous job processing.

.. _double-boiler: https://github.com/fdr/double-boiler .. _gevent: http://gevent.org .. _Celery: http://celeryproject.org

Previous:exercise