Thanks Carlos.

How did you find the implementation?  Was it quite smooth, or did you hit a 
lot of problems along the way?

On Friday, 20 February 2015 17:04:48 UTC+2, Carlos Aguilar wrote:
>
> I build something related with realtime using gevent-socketio more than 1 
> year ago and works really well.
>
> Best Regards
>
> On Fri, Feb 20, 2015 at 6:37 AM, Aaron Reabow <rea...@gmail.com 
> <javascript:>> wrote:
>
>> Hi.
>>
>> I wanted to see what the Django community thought about realtime circa 
>> 2015.
>>
>> My impression (and I could be very wrong) is that if you want real time, 
>> you should build your own stack up from scratch.  There are frameworks - 
>> like swampdragon/socketio - that promise to do the hard yards for you, but 
>> ultimately are either based on older versions of the underlying tech, or 
>> too green to be in production.
>>
>> So which stack to build?  There is the gevent route which looks promising 
>> as it keeps it all in the python family.  (Stack would be something like - 
>> django/redis/gevent/gunicorn)
>>
>> From what I have read, gevent becomes opaque and throws up hard to 
>> understand errors.  Without a strong community behind this, debugging is 
>> either for the advanced, or extremely dedicated.
>>
>> Another stack option is to use Node.  I quite like this, despite the 
>> challenges.  The stack would be django/apache +redis/socetio/node/celery.  
>> I think the hardest part would be managing oauth2 between the two servers.  
>> On the upside, django can do all the regular web stuff, with node handling 
>> realtime components.
>>
>> So I have just stated my own views from what I could glean from blog 
>> posts.  I was interested if people had alternate understandings.
>>
>> What I am building definitely does need pubsub at the least, and to be as 
>> near to realtime as possible would be an advantage.
>>
>> many thanks,
>>
>> Aaron
>>
>>
>>  -- 
>> 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/a5923d8e-54a4-46ab-8df0-fdbb25ad076b%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/a5923d8e-54a4-46ab-8df0-fdbb25ad076b%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Carlos Aguilar
> Consultor Hardware y Software
> DWD&Solutions
> http://www.dwdandsolutions.com
> http://www.houseofsysadmin.com
> Cel: +50378735118
> USA: (301) 337-8541
>  

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3bba5430-4bc4-4f07-8238-d282bd6d06b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to