Answer the question
In order to leave comments, you need to log in
Tornado in Python, what is it for?
Good afternoon.
Can you please briefly describe the tasks for which you need to use this framework?
And is it possible to use it along with django? Sorry if it's a stupid question?
Answer the question
In order to leave comments, you need to log in
It can and should be used in parallel with django.
Chats, notifications, page updates triggered on the server side, long polling, websockets, push notifications, etc. All of which the traditional MVC framework is not well suited for.
"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user."
www.tornadoweb.org/en/stable
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question