BAT - Bootstrap, AngularJS, Tornado
BAT is a project to provide quick-start pages and examples for those who want to develop web application with these three projects glued.
It breaks down the Bootstrap page with AngularJS integrated into Tornado base template files. You can inherit the base template to develop your own pages.
In the example of Socket.io, the backend python code is based on library of Tornadio2.
How to run code:
- Install Tornado
- Install Tornadio2 (optional)
- Run command of "python demo.py"
- Use browser to access localhost:8888
Link
-
Bootstrap http://twitter.github.com/bootstrap
-
AngularJS http://angularjs.org
-
Tornado http://www.tornadoweb.org
-
AngularUI http://angular-ui.github.com
-
Socket.io http://socket.io
This project is in MIT license.