Django Channels & WebSockets Oversimplified

preview_player
Показать описание
An over simplified real time chat application using Django channels and websockets.

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
Рекомендации по теме
Комментарии
Автор

This is why i love this channel, no losing time straight to the point step by step

johnnygarcia
Автор

Despite the language barrier, it is the best material I could find, and it is very well explained. You made it look very easy what is breaking my head a week ago, Good job, thanks.

philosoraptor
Автор

You are literally reading my mind. Seriously Dennis, thank you for your work.

marcinknap
Автор

Boy that was intense, oversimplified indeed but my mind gets overloaded with this advance lesson on Channels and websockets. Thanks

CharlesBLim
Автор

This tutorial not work on Channels v4.0.0
Should be force to install v3.0.5 :
> python -m pip uninstall channels
> python -m pip install -Iv channels==3.0.5
By the way. This tutorial is best I found in youtube

kalok
Автор

I'm waiting for the full chat app tutorial! Love your channel! I've learned so much and yet, so much more to learn!

milotr
Автор

thank you for helping make Django more accessible to beginners. Keep up the great work.

BehruzbekOtayev
Автор

Thank you very much, I'm new to the subject of django channels and I found your introductory explanation very good. Using redis as an in-memory database integrated with channels is very complex, you already published that video, I really appreciate the information you can share about it

jpablomayorga
Автор

Thanks for manually typing the code and showing to us how this works. 8:38 was the best time for me when I saw the message on console. Based on documentation I had pasted the code as they said but it hadn't worked. Fortunately, Everything worked when you showed writing the code by yourself rather then copy pasting it.

radeonblue
Автор

I'm looking forward to the full version of this video to come out, I've tried to implement django channels into my project multiple times and can't seem to figure it out. Thanks for the content.

charlesmay
Автор

Thanks a lot, I love your series of "oversimplified".👍

medsmati
Автор

these oversimplified videos are soo awesome

varswe
Автор

Absolutely loved it, very concise and to the point

aishsingh
Автор

Thanks man I asked you for this and boom a video uploaded in few days ! Thank a lot

radhouenebousnina
Автор

I have been waiting for this tutorial. Thank you Dennis. 💙💙

CodeWithClinton
Автор

bro by far the best tutorials on youtube Thankyou!!

liam
Автор

Dennis you have a gift for oversimplifying things for us :) looking forward to see one to one chat video with Redis

a.ejfler
Автор

u promised and fulfilled, thanks from egypt dennis♥️♥️

hamadakamal
Автор

Awesome! Thank you Dennis! Looking forward to the integration with Redis!

theneologic
Автор

I now understand Django channels thanks to this video.

jacobyoung