Build Real-Time Chat Application in Django using Websockets & Django Channels

Published: 04 November 2024
on channel: Neszen
1,428
like

In this video, we’ll build a real-time chat application using Django and WebSockets! We'll set up Django Channels to support WebSocket connections, allowing for live message updates between users. By the end, you'll have a fully functional chat app with asynchronous messaging for smooth, real-time interactions!


Resources:
GitHub repo:-
https://github.com/neszen/chat_app