Building a Realtime Chat Application | Python | Django Channels | Websockets

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • #chatapp #django #channels #python
    In this video i am explaining how we can create Basic Chatting application Using Django channels.
    Channels extend the ability of Django beyond HTTP and make it work with WebSockets, chat protocols, IoT protocols, and more. It is built on ASGI support which stands for Asynchronous Server Gateway Interface.
    We are using django default database SQlite for storing rooms details and messages and For storing groups and channels we are using InMemoryLayer. We Should use reddis/RabbitMQ in Production level application.
    We also using django inbuilt authentication for authenticating particular user.
    ❤️ Buy me a coffee : www.buymeacoff...
    Complete Code :- github.com/raj...
    Related Tags :-
    Realtime messaging
    Chat application development
    Web development tutorial
    Django framework tutorial
    Python programming tutorial
    Backend web development
    Websockets tutorial
    Django Channels explained
    Realtime communication tutorial
    Building scalable chat apps
    Django projects and tutorials
    Python web development tips
    WebSocket protocol
    Django Channels setup
    Web application development
    Django chat app features
    Django Channels deployment
    Django Channels best practices
    Django Channels troubleshooting
    Python Django web development
    TheCodeSpace
    Raj Parmar

Комментарии • 20

  • @SaraSaraya-q6b
    @SaraSaraya-q6b Год назад +2

    Thank you.
    It was really helpful!

  • @vimalthanth1147
    @vimalthanth1147 Год назад +2

    Really good explanation, keep it up 🙏

  • @nadeemshaik157
    @nadeemshaik157 Год назад +2

    Loved it

  • @SarahMiller-i1f
    @SarahMiller-i1f 11 месяцев назад

    cool video)

  • @dmitrygolub23
    @dmitrygolub23 Год назад +1

    you are best!

  • @davidsulaberidze5978
    @davidsulaberidze5978 Год назад +1

    Thank you very much

    • @thecodespace
      @thecodespace  Год назад

      You are welcome😊keep supporting ✨

  • @rec-trick
    @rec-trick Год назад +1

    amazing

  • @lakshmann9825
    @lakshmann9825 16 дней назад

    5:11

  • @wetdogpizza-tq1di
    @wetdogpizza-tq1di Год назад

    how can i find how many clients are connected to a room?i assume it might be an attribute of the consumer class but idk

  • @garvit_0205
    @garvit_0205 8 месяцев назад

    bro end ke 35 mins when u started coping from gfg the routing and consumer files web sockets channel .. kuch smj nhi aaya u should make differnt part for that explanations

  • @garvit_0205
    @garvit_0205 8 месяцев назад

    when u created new room.html template though???

  • @frootiiiiiiii
    @frootiiiiiiii 10 месяцев назад

    Bro data is not storing in the database how to solve that problem

  • @abhaykanwasi881
    @abhaykanwasi881 Год назад +1

    Hey bro it's connected but after that I'm sending message this giving me error "Something unexpected happened" my websocket getting closed automatically when I'm clicking the send button

    • @utsavpataihe6101
      @utsavpataihe6101 Год назад

      Did you get the solution

    • @frootiiiiiiii
      @frootiiiiiiii 10 месяцев назад

      Bro i also have that problem and i gave that to the chatgtp and it solved that now the problem is data is not storing in the database

  • @utsavpataihe6101
    @utsavpataihe6101 Год назад

    Bro when I am uploading this type of project on pythonanywhere the message option is not working