Re: Real time and Django - approaches

2015-02-21 Thread Aaron Reabow
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

Re: Real time and Django - approaches

2015-02-20 Thread Carlos Aguilar
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 wrote: > Hi. > > I wanted to see what the Django community thought about realtime circa > 2015. > > My

Real time and Django - approaches

2015-02-20 Thread Aaron Reabow
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