They are pretty different. One similar area are templates. Tornado templates look a lot like Django templates but they let you run arbitrary Python inside of the template. I love being able to do simple things like list comprehensions inside of templates.
- Benjamin Golub
Ben: Thanks!! I didn't know that was there.
- Bill
yes, thanks Ben for posting the source to both blog implementations, I'm considering using tornado instead of webapp for my next app engine project, and having both to compare is quite nice
- Karl Rosaen
Are you planning on doing the same for rssmeme?
- Mick
Mick: no, would take too long, my blog was only a couple hundred lines of code
- Benjamin Golub
Does tornado have to use nginx or are you using this with apache?
- Hari