Django Channels & WebSockets Oversimplified

Ойын-сауық

Пікірлер: 226

  • @LordFullStack
    @LordFullStack2 жыл бұрын

    if possible .then Also Add One to one chat in the coming Video please!

  • @DennisIvy

    @DennisIvy

    2 жыл бұрын

    I will 😉

  • @hamadakamal3881

    @hamadakamal3881

    2 жыл бұрын

    @@DennisIvy that is really what we need

  • @geetcyberlab5108

    @geetcyberlab5108

    2 жыл бұрын

    🤗Exactly but this is a good start. like they say "half bread is better than none...😊"

  • @kanhaiyakumar2685

    @kanhaiyakumar2685

    2 жыл бұрын

    @@DennisIvy you explained things so nicely 🥰

  • @ifeanyi9295

    @ifeanyi9295

    Жыл бұрын

    @@DennisIvy exactly what we need

  • @marcinknap3802
    @marcinknap38022 жыл бұрын

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

  • @philosoraptor8728
    @philosoraptor87282 жыл бұрын

    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.

  • @CharlesBLim
    @CharlesBLim Жыл бұрын

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

  • @milotr
    @milotr2 жыл бұрын

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

  • @BehruzbekOtayev
    @BehruzbekOtayev2 жыл бұрын

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

  • @kalok2206
    @kalok2206 Жыл бұрын

    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

  • @willsanchez5735

    @willsanchez5735

    Жыл бұрын

    THANK YOU FOR THIS!!!!

  • @strikelight1041

    @strikelight1041

    Жыл бұрын

    thank you so much

  • @truelife9057

    @truelife9057

    3 ай бұрын

    Really thank man!

  • @siddharth5444

    @siddharth5444

    2 ай бұрын

    from v4.0.0 of channels, ASGI in development mode does not work. You will have to install daphne as well python -m pip install -U daphne

  • @juangabrielblancomartinez3865

    @juangabrielblancomartinez3865

    2 ай бұрын

    Thanks for you help

  • @medsmati2063
    @medsmati20632 жыл бұрын

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

  • @CodeWithClinton
    @CodeWithClinton2 жыл бұрын

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

  • @varswe
    @varswe2 жыл бұрын

    these oversimplified videos are soo awesome

  • @radhouenebousnina9352
    @radhouenebousnina93522 жыл бұрын

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

  • @aishsingh9909
    @aishsingh9909 Жыл бұрын

    Absolutely loved it, very concise and to the point

  • @jpablomayorga
    @jpablomayorga2 жыл бұрын

    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

  • @liam7935
    @liam79352 жыл бұрын

    bro by far the best tutorials on youtube Thankyou!!

  • @radeonblue1816
    @radeonblue1816 Жыл бұрын

    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.

  • @hamadakamal3881
    @hamadakamal38812 жыл бұрын

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

  • @JohnStrandt
    @JohnStrandt2 жыл бұрын

    Sounds great Dennis! Nice job

  • @a.ejfler3058
    @a.ejfler3058 Жыл бұрын

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

  • @sylvestermitchell3756
    @sylvestermitchell37562 жыл бұрын

    Nice video! Can't wait for the chat application.

  • @theneologic474
    @theneologic4742 жыл бұрын

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

  • @charlesmay2000
    @charlesmay20002 жыл бұрын

    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.

  • @aphelioschenik3162
    @aphelioschenik3162 Жыл бұрын

    PLZ PIN THIS COMMENT OF @Shivam Athiya For those who are struggling like me to achieve this - Starting ASGI/Channels version 3.0.5 development server or If you cannot send messages, the problem is channels version. You have to change the channels version to the 3.0.5. The latest version of channels is 4.0.0 and it seems not to be working. So do: pip install channels==3.0.5 or change the version in your virtual environment to: channels==3.0.5 thanks to this guy - @Szymon Budziak

  • @oe669

    @oe669

    Жыл бұрын

    BRO I LIKE YOU!THANKS!

  • @user-by4ql3vr6k

    @user-by4ql3vr6k

    Жыл бұрын

    God bless u

  • @jairnarvaez2259

    @jairnarvaez2259

    8 ай бұрын

    Grande!! Gracias

  • @frhadagayev8193

    @frhadagayev8193

    5 ай бұрын

    bro, you are hero and you are the king of this chat. Thanks for this comment

  • @ashitoshkamble685
    @ashitoshkamble685 Жыл бұрын

    Really helps as very much simplified explanation. Thanks.

  • @mrindia4178
    @mrindia41782 жыл бұрын

    Was waiting for this thank you so much

  • @andysonm
    @andysonm2 жыл бұрын

    Excellent Tutorial. Waiting on the next part now

  • @kassimolawale4223
    @kassimolawale4223 Жыл бұрын

    Thank you so much, you really helped me understand this alot..... reading the channels doc it's now making sense to me I had to install daphne so as the asgi could actually start

  • @chickenonaraft508
    @chickenonaraft5082 ай бұрын

    Excellent, concise overview

  • @jacobyoung2045
    @jacobyoung20452 жыл бұрын

    I now understand Django channels thanks to this video.

  • @geetcyberlab5108
    @geetcyberlab51082 жыл бұрын

    I haven't watched the video yet but am rating it a 5-⭐ keep up the good missionary work Denis...

  • @undergroundindy
    @undergroundindy2 жыл бұрын

    Looking forward to the more in depth video! Hope its coming soon!

  • @ravidawade5178
    @ravidawade51782 жыл бұрын

    Full of knowledge, thanks a lot for making such videos 👍

  • @solarris5409
    @solarris54098 ай бұрын

    Awesome tutorial! Thank you, you helped me a lot for my english project :)

  • @viveksinghal1843
    @viveksinghal18432 жыл бұрын

    Thank you so much for this. You're great, man. Your udemy course is top notch. Edit: as everyone saying that you read their mind; well include me in that list as well. I was also thinking of create multiplayer game and reading django channels

  • @japsimransingh9933
    @japsimransingh99332 жыл бұрын

    Best Django teacher on planet Earth....

  • @brantechsyt6130
    @brantechsyt61302 жыл бұрын

    Great video dennis✌🏽

  • @amadzarak7746
    @amadzarak77462 ай бұрын

    Dennis is single handedly carrying my career 😂

  • @DennisIvy

    @DennisIvy

    2 ай бұрын

    😉

  • @adityapradhan7310
    @adityapradhan73102 жыл бұрын

    thank you for the video. Oversimplified is quite interesting !

  • @zakiradel1764
    @zakiradel17645 ай бұрын

    wow man neat and clean explanation you have my respect 🤛

  • @parmanandchauhan6182
    @parmanandchauhan61822 жыл бұрын

    Thanks man. Waiting this for after Agora video.

  • @21Veras
    @21Veras Жыл бұрын

    Thank you for the explanation, I'll try to implement it in a personal project.

  • @dhirajkafle47
    @dhirajkafle472 жыл бұрын

    This is good .. waiting for more depth description about django channels & more advance real chat app

  • @anvarzaripboyev5730
    @anvarzaripboyev57302 жыл бұрын

    Very interested video tutorial. Thank you very much!

  • @shashishekhar----
    @shashishekhar---- Жыл бұрын

    such an nice way to explain things, thanks

  • @abi_xyz
    @abi_xyz2 жыл бұрын

    Hi ! great teaching for beginners in web socket like me! I hope the next video is advanced web socket! thank you

  • @user-oh1lu3vw8b
    @user-oh1lu3vw8b Жыл бұрын

    great video, very helpful!

  • @agroforestryconsultancyroz3157
    @agroforestryconsultancyroz31572 жыл бұрын

    Very good teacher!

  • @Siddid
    @Siddid2 жыл бұрын

    cant wait to see more videos on this

  • @yashinshekh802
    @yashinshekh80211 ай бұрын

    you are amazing as always

  • @BarziniNwa
    @BarziniNwa2 ай бұрын

    You are the man 🏆

  • @themarksmith
    @themarksmith2 жыл бұрын

    Excellent - thank you!

  • @mohammedyousef2074
    @mohammedyousef20742 жыл бұрын

    Great ! Your student from Uzbekistan

  • @wolfred10
    @wolfred106 ай бұрын

    This tutorial needs an update, you have to include the package "daphne" for it to work

  • @gersoninthekitchen6656
    @gersoninthekitchen66562 жыл бұрын

    You are the best mate

  • @Siddid
    @Siddid2 жыл бұрын

    i was just searching for this some time ago but didnt find any relevant video and then you uploaded this video

  • @youngjoelroberts
    @youngjoelroberts4 ай бұрын

    Good work. Thanks a bizzle

  • @amirgh6090
    @amirgh60902 жыл бұрын

    it is a great video. Hope to see the full chat app quickly

  • @DarkOceanShark
    @DarkOceanShark2 жыл бұрын

    I was just learning WebRTC so that I can send client side camera feed to the server. By doing so, I will be able to apply machine learning on that feed and identify facial expressions in server-side. I came across Django channels which can be used for this purpose along with WebRTC. Now you have uploaded a video on Django Channels! I love your channel and this video is gold to me. You gotta be reading my mind haha. If you can could you like make a video on what I am trying? Sending client side webcam feed to server and processing that feed in server-side. Thank you!

  • @tanaysheth8601

    @tanaysheth8601

    2 жыл бұрын

    It's a good idea! Django with computer vision(like Opencv) is really one of the greatest projects to do.

  • @DennisIvy

    @DennisIvy

    2 жыл бұрын

    I just did a video on my channel on a django video chat application and in that video I mentioned that I planned to do a video with channels, websockets & webRTC. So keep an eye out for it ;)

  • @DarkOceanShark

    @DarkOceanShark

    2 жыл бұрын

    @@DennisIvy Sure, thank you!

  • @dhirajkafle47

    @dhirajkafle47

    2 жыл бұрын

    @@DennisIvy yeah, we are waiting for it

  • @raresduta3198
    @raresduta31982 жыл бұрын

    This is awesome! I was searching for something like this all day! Thank you very very much! When is coming Full Chat app?

  • @DevDungeon
    @DevDungeon2 жыл бұрын

    Great content!

  • @radeshf
    @radeshf2 жыл бұрын

    very very useful , thank you a lot

  • @user-eq4cz4jv6p
    @user-eq4cz4jv6p4 күн бұрын

    thank you it was helpful

  • @aliniaz6448
    @aliniaz64483 ай бұрын

    that's what i need thanks

  • @erik1639
    @erik16392 жыл бұрын

    Hi, love your tutorials on Django. I've learned so much. One question though. How would I go about adding this live chat to a frontend framework like react that is hosted on another server?

  • @havehalkow
    @havehalkow Жыл бұрын

    It didn't work for me for some reasons, but I learned something, thank you!

  • @Michael-nc3lp
    @Michael-nc3lp Жыл бұрын

    very helpful, thanks a lot

  • @valn_ilyo
    @valn_ilyo2 жыл бұрын

    Luv you mate!

  • @cownex
    @cownex2 жыл бұрын

    thank you for this video ;D

  • @daltonsaid
    @daltonsaid Жыл бұрын

    Thanks for the video. Have you made the one with redis yet? I haven't been able to find it in your video list

  • @NguyenLam-vt9jp
    @NguyenLam-vt9jp2 жыл бұрын

    Hey, Dennis.Thank you for teaching me useful knowledge. I have a question. How to receive obj from DB and send to Front End Websocket as event constantly with channels Django. I tried to try but every refresh does not receive data from DB to Front END

  • @killleader6444
    @killleader6444 Жыл бұрын

    Really oversimplified and helpful. Thanks a lot dude also can we use this channels and websockets along with backend APIs as well ?

  • @kunal_bhatia
    @kunal_bhatia2 жыл бұрын

    Great Video -🌟

  • @giuliodigiamberardino3223
    @giuliodigiamberardino3223 Жыл бұрын

    I can’t see “Starting ASGI/Channels” in my run server..

  • @MichaelOsipov

    @MichaelOsipov

    6 ай бұрын

    Or change the channels version to the 3.0.5.

  • @tulsiroy8631

    @tulsiroy8631

    3 ай бұрын

    You can add "daphne" in the installed apps. This fixed the issue for me.

  • @dahomosapien

    @dahomosapien

    Ай бұрын

    @@MichaelOsipovyou legend!! It worked. Thanks :)

  • @Ben-mf4go
    @Ben-mf4go Жыл бұрын

    this was great

  • @alizabetpour
    @alizabetpour2 жыл бұрын

    continue this subject.thank you

  • @lowkeygaming4716
    @lowkeygaming47162 жыл бұрын

    Can I use the ASGI as the main service for the entire django project or I will still need to use the WSGI to implement the other functionality like if I will use ajax in the client side?

  • @akhilezai
    @akhilezai2 жыл бұрын

    omg you saved my ass! Thank you!

  • @gheathalabbas298
    @gheathalabbas298 Жыл бұрын

    We are still waiting for that full chat app tutorial 😁😅. Your videos are really amazing ♥️.

  • @siddharthsrivastava4491
    @siddharthsrivastava4491 Жыл бұрын

    It's perfect!

  • @danielvega646
    @danielvega6465 ай бұрын

    Waiting for the whole video on the Django chats app!

  • @frameff9073
    @frameff90732 жыл бұрын

    good job ty bro

  • @mueezkhan280
    @mueezkhan2802 жыл бұрын

    how can we differentiate between the messages sent from multiple channels in a group ? simple use case example: in whatsApp, in a conversation, in user1's view (consumer web instance) his messages gets displayed on the right side with green background, while in user2's view (consumer web instance) his messages gets displayed on the right side with green background.

  • @ahmedahmedx9600
    @ahmedahmedx9600 Жыл бұрын

    Please dennis help me, I have a problem that i want to display real time output from script while its running in terminal to django app cause django wait for script to finish and its takes lot of time, channels may help with this ? Can you make a video explaining the fix please

  • @girish2555
    @girish25552 жыл бұрын

    Finally channels got demystified.

  • @yangjack8695
    @yangjack86952 жыл бұрын

    i have a question! how to send message to special user by channel number after they set up websocket connection, don't public push message.

  • @vivekk7376
    @vivekk73762 жыл бұрын

    "WebSocket is already in CLOSING or CLOSED state" this is my problem how to solve

  • @leandromarquez9257

    @leandromarquez9257

    Жыл бұрын

    Could you solve it?

  • @hereisfahad

    @hereisfahad

    8 күн бұрын

    You have to wait for the socket connection to complete before sending the message. It should look something like this: function sendMessage(message) { chatSocket.send( JSON.stringify({ message: message, }) ); } setTimeout(() => { sendMessage("test") }, 5000)

  • @matinrazaghi3218
    @matinrazaghi32182 жыл бұрын

    Thank you so much

  • @essama.mohamed3630
    @essama.mohamed36302 жыл бұрын

    Thanks my bro

  • @mtb-kv6or
    @mtb-kv6or Жыл бұрын

    Super clear and useful video. Thanks for that Dennis. However when will post another video for channel with redis in order to deploy the solution on prod with https server? Thanks in advance

  • @Chrisyk111
    @Chrisyk1114 ай бұрын

    Still useful 2 years later

  • @nquanta1548
    @nquanta15482 жыл бұрын

    Thanks bro ❤️✨ ;)

  • @NuXp07
    @NuXp072 жыл бұрын

    Waiting for the next channels video Please make it soon ❤️

  • @omaral-halabiah2851
    @omaral-halabiah28512 жыл бұрын

    useful tutorial , Greetings to you

  • @krigarious8327
    @krigarious832710 ай бұрын

    I want to implement an inbox feature in my django project. This user inbox feature allows the users receive message from the admin. How do I do that?

  • @suche_cz
    @suche_cz2 жыл бұрын

    thank you for nice tutorial, I have a one question: how to send data to client when new django db object is created, thank you

  • @dimitarbogoev4539
    @dimitarbogoev45392 жыл бұрын

    Struggling so much to get redis working. Running it in a docker container as im on windows, but it seems impossible to get it to connect with django...

  • @chymdyugah
    @chymdyugah2 жыл бұрын

    Finally! wheeew

  • @jairajsahgal7101
    @jairajsahgal71019 ай бұрын

    Thank you

  • @fsadykov
    @fsadykov2 жыл бұрын

    hey, this is awesome and I really love your videos. I really appreciated that you speed up the process. so I can pause it and re-watch it. I am following this to implement the terminal to my website. I did lots of research and found lots of docs and examples but not for Django. I was wondering if you are interested to do the freelancing or some support???? I need you to help with some issues that I am facing with my local host. Looking forward to hearing from you

  • @deep-horizons
    @deep-horizons11 ай бұрын

    Thank you for this great in-depth tutorial, this fixed my problem, Would you please give us tips, on how you learn this Django, I mean to say you know how and which library we should load for the specific purpose. Please if you guide us on how we can learn Django as Good as you are, Thank you again 👍

  • @usurpercries
    @usurpercries Жыл бұрын

    Anyone else have an issue where the first message sent from one user won’t appear until your second user also sends a message. Then they both well send and update like normal. After refresh both users are connected but until both users send a message neither the code seems to be broken.

Келесі