Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

tornado

< >

tornado is an open source template language created in 2009 by Ben Darnell and Brett Taylor.

#252on PLDB 15Years Old
Download source code:
git clone https://github.com/tornadoweb/tornado
HomepageSource Code

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.


Example from the web:
<html> <head> <title>{{ title }}</title> </head> <body> <ul> {% for item in items %} <li>{{ escape(item) }}</li> {% end %} </ul> </body> </html>
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll