Skip to content
forked from wecatch/app-turbo

A web framework based on tornado for easier development, scaling up and maintenance

License

Notifications You must be signed in to change notification settings

intfrr/app-turbo

 
 

Repository files navigation

app-turbo

Build Status

Turbo is a web framework for fast building web site and RESTFul api, based on tornado, mongodb, redis.

  • Easily scale up and maintain
  • Rapid development for RESTFul api and web site
  • Django or flask application structure
  • Easily customizable
  • Simple ORM for mongodb
  • Logger
  • Session

Getting started

pip install turbo
turbo-admin startproject <project_name>
cd <project_name>/app-server
python main.py

Documentation

Documentation and links to additional resources are available at http://app-turbo.readthedocs.org/

About

A web framework based on tornado for easier development, scaling up and maintenance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%