run Django app with tornado

I have web app with Django and it needs a stream and dealing with WebSockets. but I found the best way to do so using tornado. any idea to solve those kinds of problems.

The currently-standard mechanism for handling websockets within a Django app is using Channels.

1 Like

I know that but that machanism can deal with web RTC ??

The acronym RTC has many possible meanings. Can you be more specific?

And rather than trying to talk about this in term of generic capabilities, it’s helpful to avoid the XY Problem and get specifically to what it is you’re looking to achieve.