Thursday, August 25, 2022

Re: Chat app using django

On Wed, Jul 20, 2022 at 06:11:08AM +0530, Lakshyaraj Dash wrote:
> I'm having a discussion website in django with some sort of user
> authentication and I want to inject chat app with rooms made by the users
> themselves. I don't want any js framework in the frontend. Just tell me how
> to make this type of chat app using django (not Django channels).

Instead of using Channels, you can HTTP poll. You can always migrate to
Channels later.

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20220826032440.GH7295%40fattuba.com.

No comments:

Post a Comment