hellhound / tornado-labs

Tornado labs for training purposes (all of the code is implicitly released in the public domain)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Create a virtualenv environment and activate it

     virtualenv env
     source env/bin/activate
    
  2. Install tornado

     pip install -r REQUIREMENTS
    
  3. Have fun!

License

This software is in the public domain, furnished "as is", without technical support, and with no warranty, express or implied, as to its usefulness for any purpose.

About

Tornado labs for training purposes (all of the code is implicitly released in the public domain)

License:Other


Languages

Language:Python 92.7%Language:JavaScript 7.3%