Django Channels & WebSockets Oversimplified
An over simplified real time chat application using Django channels and websockets.
Django Complete Course:
Source code:
Follow me on twitter for more personalized content:
Timestamps:
00:00 - Intro
1:18 - Setup Django Project
3:00 - Configure channels
4:21 - Establish WebSocket Connection
5:30 - Consumers
7:08 - Routing
7:40 - Routing configuration in ASGI
8:49 - Sending Messages
11:50 - Channel Layers Explained