I'm fairly new to web development. I'm currently working on a project that requires real-time update of data on a particular page. I've got my server setup with nginx and django, talking via fcgi using flup. I have the basic knowledge of writing a django app, now I'm trying to figure out how to make comet working with it.
I've done some search on this topic but have not came across a very good tutorial that "just works". I've seen people discuss using orbited/twisted and gevent. Is there one solution that works with my current setup? Or should I make change to my stack in order to get comet working with django?
I'm kind of lost so please help! Thanks!