QNA > C > Come Fare Un Sito Web Di Video Chat Usando Django

Come fare un sito web di video chat usando Django

Ciao Shahzaib,

1) Non sono un programmatore Python, ma potresti voler cercare un pacchetto di chat Jango usando Websockets, come quelli che puoi trovare su queste pagine:

Pacchetti Django : Chat (la maggior parte delle soluzioni presentate qui sembra non essere compatibile con l'ultima versione di Jango, però)

Chattare in tempo reale con WebSockets e Django Channels (più recentemente plebiscitato)

Oppure un pacchetto che integri il motore Twisted (Twisted) nel framework Django:

django-twisted

Se non sei preso da Jango, potresti cercare il framework Tornado, che sembra essere più adatto a questo tipo di applicazioni:

Tornado Web Server - Tornado 5.0.2 documentazione

Più su Websockets in generale, se non avete mai usato questa API:

WebSockets

2) Ho il sospetto che oggi molti sviluppatori sceglierebbero preferibilmente una soluzione che sfrutta l'API WebRTC e costruita sopra un server node.js server, like this one:

EasyRTC | EasyRTC

priologic/easyrtc

More on the WebRTC API:

The WebRTC API

I'm sure you'll get soon more feedbacks coming from developers specialized in this area, who have actually used these libraries on production.

Di Heath

Qual è la migliore app di chat locale? :: Qual è il miglior router internet wireless in fibra ottica?
Link utili