S
S
Sergey Nizhny Novgorod2016-04-25 17:18:38
Tornado
Sergey Nizhny Novgorod, 2016-04-25 17:18:38

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

1 answer(s)
N
neatsoft, 2016-04-25
@Terras

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 question

Ask a Question

731 491 924 answers to any question