Django Twisted Extensions - Examples
To build and install all dependencies you need to run
python setup.py build
After you can run a particular example using the following command
python manage.py twistd
Usually each example starts a web server at http://127.0.0.1:8000/
LGPL v3