Websocket
#971
Replies: 1 comment
-
Yes, Django supports WebSocket channels through the Django Channels framework. Django Channels extends Django to handle asynchronous protocols like WebSockets, HTTP2, and more. It provides tools for building real-time applications, such as chat applications, live notifications, and live dashboards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Django supports websocket channels?
Beta Was this translation helpful? Give feedback.
All reactions