On Wed, Mar 10, 2021 at 10:45:13PM +0530, vijay naudiyal wrote:
> I am a rookie and Django and trying to make chat application.
>
> I want users to be able to send messages to each other in real-time.
> 
> I also want to create the chat rooms and provide permissions to users.
> 
> What is the best way to do it ? I have gone through some packages and blogs
> on this but still not sure what is the right way to do it.

Channels is probably the currently recommended approach:

https://channels.readthedocs.io/en/stable/tutorial/index.html

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20210310174233.GJ15054%40fattuba.com.

Reply via email to