Re: What's the simple way to implement a chat system in Django?

2017-10-05 Thread Alex Chiaranda
is use Firebase for the chat part an option ?

On Monday, October 2, 2017 at 12:39:48 PM UTC-3, Kishore Srinivas 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 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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/370e7172-268c-480d-a80f-b48eb930eaef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What's the simple way to implement a chat system in Django?

2017-10-04 Thread Ryan Nowakowski


On October 2, 2017 9:55:55 AM CDT, Kishore Srinivas  
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.


Re: What's the simple way to implement a chat system in Django?

2017-10-02 Thread Samuel Muiruri
You'll end up needing to use sockets to get a "live chat"  and channels is 
one of the quickest way to get there.

On Monday, October 2, 2017 at 6:39:48 PM UTC+3, Kishore Srinivas 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 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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/9e91ab0a-8882-4714-b72d-c04cef859e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


What's the simple way to implement a chat system in Django?

2017-10-02 Thread Kishore Srinivas
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 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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/dde2045d-3cba-4484-a43f-e92d1d4a27d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.