App turbo 的诞生旨在为基于 tornado 和 mongodb 的应用开发提供快速构建,便于扩展,易于维护的最佳实践方案。App turbo 包含以下特性

  • 简易的 ORM (基于 Mongodb)

  • 快速构建 RESTful API

  • 易于扩展和维护的 App 结构

  • 灵活的 log

  • 简单可以增强的 Session

App turbo an open-source project backed by wecatch

Fork us on Github

安装

快速安装

                    
                        pip install turbo
                    
                

安装最新版

                    
                        git clone https://github.com/wecatch/app-turbo.git 
                        cd app-turbo
                        python setup.py install
                    
                

demo

                    
                        git clone https://github.com/wecatch/app-turbo.git
                        cd app-turbo/demos/helloword/app-server
                        python main.py  
                    
                

打开浏览器访问

                    
                        http://localhost:8888/hello
                        http://localhost:8888/v1/hello
                    
                

Documents & Download

Get Started Download App turbo 0.3.8