M
M
mr_drinkens892017-01-09 12:49:37
Django
mr_drinkens89, 2017-01-09 12:49:37

How to cross Django + Tornado?

Hello.
The architecture is as follows: Django REST API (backend), and 3 clients (front): angular, ios, android.
There was a need to connect real-time notifications.
Which fit is acceptable in this case? What is better (or how) to use?
django+tornado+web socket?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max, 2017-01-09
@mr_drinkens89

The official solution for websockets in Django is Channels .
In fact, a separate server that communicates with janga through a radish.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question