Hacker News new | ask | show | jobs
by dlsspy 5599 days ago
Lots of differences. node.js is an async development framework. Tornado is a synchronous development framework that is slowly building up asynchronous alternatives where the need is great enough until it eventually becomes twisted or people just deal with the things they can't do.
1 comments

node.js and tornado are both event driven asynchronous solutions.