On October 2, 2017 9:55:55 AM CDT, Kishore Srinivas <[email protected]> wrote: >I want to make a chat system in Django, but all those channel stuffs >looks >difficult , so are there any other simpler way to implement a chat >system, >thanks
You could have each client poll for new messages using good old http get. It won't be quite as responsive or performant though. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/FCA608DF-8650-418D-AB98-462A7B8FB5E9%40fattuba.com. For more options, visit https://groups.google.com/d/optout.

