Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 184 Bytes

File metadata and controls

13 lines (9 loc) · 184 Bytes

Python&Django RTC Demo with WebSocket

To start server locally,

python3 manage.py runserver

To start the chat (websocket) server

python3 manage.py run_chat_server