Re: Comments in real time

2014-08-27 Thread Aaron Reabow
> *To: *> > *ReplyTo: * django...@googlegroups.com > *Subject: *Re: Comments in real time > > You could also look into the EventSource JavaScript API. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. >

Re: Comments in real time

2014-08-22 Thread Julo
Aug 2014 10:37:22 To: Reply-To: django-users@googlegroups.com Subject: Re: Comments in real time You could also look into the EventSource JavaScript API. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Comments in real time

2014-08-22 Thread Collin Anderson
You could also look into the EventSource JavaScript API. -- 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 th

Re: Comments in real time

2014-08-20 Thread Hannu Krosing
On 08/20/2014 05:11 PM, Aaron Reabow wrote: > Hi all, > > I use a proprietary application that let people on multiple browsers > comment. > > In real time their comments are displayed for everyone to see. > > What is quite nice, is that you can then order and group these comments. > > I have looked