I'm trying to make a chat on real time for the web.

 I was playing  with Django-Channels, and it seems to me that works fine. 

But now, I'm not sure. I need to make the chat over an api on REST. 

For that, I will using DRF, and to render the data I would make the website 
on another instance.

So basically a api with DRF (that serves the chat, and store the messages) 
and a website (on django too) that render the data, (this on another  
instance).


My Question is. Channels works for this case?. Where do I need to work the 
websocket, and Install django-Channels, Daphne and Redis? On the DRF or the 
website?. What is the aproach to do it? please some help.

-- 
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/0d80adf0-b7fe-4f74-b79e-976be8a0d43b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to