Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 845 Bytes

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

This project is in MIT license.