|
|
|
|
|
by napoleond
4117 days ago
|
|
Agreed, Tornado was/is awesome. Is it still being used in new projects? I somewhat prefer it to node/etc for that style of app, but I would probably still choose JS for real-time web nowadays just because of the mindshare/community around it. I would love it if there was a thriving Tornado community somewhere that I'd missed. |
|
I enjoy working with it (and I've grown to really enjoy python due to my time using it), and it's possible to build a server that uses generators pretty easily. The only problem is that you have to be really watchful for blocking calls mucking the whole thing up.
For a long time, I really would have rather used node, but now, I'm ok with using python. I pushed us into a micro service style architecture, so one day, it's feasible to upgrade different parts of the stack with different technologies.