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.

#258on PLDB 15Years Old
Download source code:
git clone https://github.com/tornadoweb/tornado
Homepage · Source 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0