A
A
Artem Kanarev2012-05-28 17:22:29
Python
Artem Kanarev, 2012-05-28 17:22:29

What is the fundamental difference between twisted and tornado?

In what cases is it recommended to use each and are there any other developments in this direction? Interested primarily as an asynchronous framework for python ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
igrishaev, 2012-06-05
@igrishaev

Better late than never)
Twisted is a set of libraries for asynchronous programming in python in general, including web projects. Tornado is exactly a web server that can run wsgi applications (without asynchrony) and applications built on native APIs (with asynchrony). If you have a web project, take Tornado, it's easy to learn, while twisted requires more serious immersion.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question