The nginx-push-stream-module is very easy to use: https://github.com/wandenberg/nginx-push-stream-module
Just build nginx with the module, do a bit of configuration, then you're ready to push messages from your server, and subscribe to them via WebSockets or Long Polling from your client. _Nik On 6/4/2013 10:58 AM, Andrew Stewart wrote: > Hi Group, > > I am interested in replicating the notification as in facebook if > something happens, or as happens in stackoverflow, when you see the > red colored bubble. > > I understand that the redis pub-sub can be used. I do not want to use > the Server Side Events. > > Could someone please guide me how to get going. I am using gunicorn as > of now, on heroku. > > I do not want to use > node.js(http://pydanny-event-notes.readthedocs.org/en/latest/DjangoConEurope2012/implementing-real-time-web-apps-with-django.html). > > I read > this(http://lincolnloop.com/blog/2012/oct/24/realtime-replay-logs-redis/) > but could not understand it fully, could something be done on these lines? > > How about using Amazon SNS? > > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

