Live Activity Monitoring - Real-Time Chat app - Part 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025

ความคิดเห็น • 18

  • @somtoogbe108
    @somtoogbe108 9 หลายเดือนก่อน +2

    From the first day I came across one of your TH-cam shorts I discovered you have liquid gold here and I subscribed right away. Keep the knowledge flowing

    • @ajudmeister
      @ajudmeister  9 หลายเดือนก่อน

      Awesome ❤️

  • @cyberpirate007
    @cyberpirate007 9 หลายเดือนก่อน +1

    Doooddeee!!!! Your content is top class... Plz don't stop posting.. Quality stuff ❤️

    • @ajudmeister
      @ajudmeister  9 หลายเดือนก่อน +1

      Thanks a lot!

  • @Armin-q6p
    @Armin-q6p 9 หลายเดือนก่อน

    Excellent stuff Bro, continue your work. I hope all is well. the Algotythmn protects. i hope this text is long enough.

  • @ThắngPhu-z1t
    @ThắngPhu-z1t 5 หลายเดือนก่อน

    This part is so crazy :)). There is a problem with the connections order when websocket handle them. The handshake should occurs after the disconnect, but sometimes, the disconnect occurs before handshake.

    • @ajudmeister
      @ajudmeister  5 หลายเดือนก่อน

      The handshake occurs before the websocket connection is established. There can be more websocket connections open at the same time, so you might see some overlaps in the console.

    • @ThắngPhu-z1t
      @ThắngPhu-z1t 5 หลายเดือนก่อน

      @@ajudmeister Hmm, I have tested it. When we refresh the page, the browser will create a new connection to Websocket and it disconnect the previous connection. If the new connection occurs after the previous connection disconnects, it's okay. Otherwise, the new occurs before the old, the user will be deleted out of the online users because the disconnect of previous connection.

  • @salo_kh
    @salo_kh 9 หลายเดือนก่อน

    That was amazing thankS ☺️
    But how can we deploy this project whole

    • @ajudmeister
      @ajudmeister  9 หลายเดือนก่อน

      Thank you! For deployment I made a series, check it out here: th-cam.com/video/BO6O3I88mU4/w-d-xo.html. The only difference to a standard deployment is the asgi server and the redis setup which I cover in the redis video. If you get stuck or have any questions, please let me know. :)

  • @easmaoeK
    @easmaoeK 9 หลายเดือนก่อน

    Amazing series! Is it possible to implement end to end encryption?

    • @ajudmeister
      @ajudmeister  9 หลายเดือนก่อน

      Thank you! I covered encryption already when building the inbox feature. Here is the video: th-cam.com/video/K9FFFPEcZHk/w-d-xo.html

    • @easmaoeK
      @easmaoeK 9 หลายเดือนก่อน

      @@ajudmeister Thank you!

    • @ndroidLover
      @ndroidLover 9 หลายเดือนก่อน

      @@ajudmeister Please teach us deployment as well, how to deploy this application to AWS?

  • @alexdin1565
    @alexdin1565 9 หลายเดือนก่อน

    Hi thanks please can you add a video on how we can deploy django channels on server?

    • @ajudmeister
      @ajudmeister  9 หลายเดือนก่อน

      Hi, thanks! I have made a video on how to set up redis and the asgi startcommad, the rest is a normal django deployment, I made a whole tutorial series on it: th-cam.com/video/BO6O3I88mU4/w-d-xo.html

  • @aashayamballi
    @aashayamballi 9 หลายเดือนก่อน

    Thank you!

  • @frameff9073
    @frameff9073 9 หลายเดือนก่อน

    thank you