Description
Turbo is a framework for fast building web site and RESTFul api, based on tornado.
turbo alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view turbo alternatives based on common mentions on social networks and blogs.
-
Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -
HS-Sanic
DISCONTINUED. Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic] -
web2py
Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python. -
Masonite
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ -
TurboGears
Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications -
Websauna
Websauna is a full stack Python web framework for building web services and back offices with admin interface and sign up process -
django-jinja-knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates. -
domonic
Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library. -
tartiflette-aiohttp
tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a look of the Tartiflette project.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of turbo or a related project?
Popular Comparisons
README
turbo
Turbo is a framework for fast building web site and RESTFul api, based on tornado.
- 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(storage support for redis, disk and so on)
- Support MongoDB, MySQL, PostgreSQL and so on
- Support MongoDB asynchronous driver Motor base on turbo-motor
- Support Python3
Getting started
pip install turbo
turbo-admin startproject <project_name>
cd <project_name>/app-server
touch __test__
python main.py
Documentation
Documentation and links to additional resources are available at http://app-turbo.readthedocs.org/