J
J
Jekson2020-07-06 15:58:31
Python
Jekson, 2020-07-06 15:58:31

Choosing tornado as web application framework?

Such a situation is developing - it looks like you have to take part in a project that the customer intends to do on a tornado. I am not familiar with this framework. Based on information on the network, including on this resource (for 2020, only 3 questions with the tornado tag), one gets the feeling that this is not a very relevant choice for studying in the middle of 2020, there are much more interesting representatives of asynchronous frameworks that attract and at the same time gain popularity. Maybe there are people who work / worked with it and can tell you that the framework has not lost / will lose its relevance in the near future.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dr. Bacon, 2020-07-06
@Lepilov

Tornado is deprecated, it's a library from the era when Python didn't have asyncio. Now Aiohttp, FastAPI or others, there are many of them.

D
Dmitry, 2020-07-06
@dmtrrr

Chasing relevance is a strange idea. I do not really like Tornado, but this is a time-tested solution, for some tasks it may be a normal choice.

C
cython, 2020-07-06
@cython

If you look at the history of updates, then 1 microfix was released this year. For the previous year, a new version and 3 updates. For 18 years 1 update and 4 fixes. Given that the framework was created by Facebook for a service that closed 5 years ago, the future of the framework is unclear. If we talk about technologies for processing a large number of requests, then the most popular are frameworks for Node.js and Go.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question