I need a help
#214
-
If you created a room for chatting for circle each circle has own chatting room. How can this is implemented |
Beta Was this translation helpful? Give feedback.
Answered by
brylie
Mar 19, 2023
Replies: 1 comment
-
Try following this tutorial: https://justdjango.com/blog/chat-app-django-channels It may also be useful to do a web search for "django chat tutorial" to find other examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brylie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try following this tutorial: https://justdjango.com/blog/chat-app-django-channels
It may also be useful to do a web search for "django chat tutorial" to find other examples.