Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

tornado

< >

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

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

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>

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io