I'm curious if anyone has done real time applications in their web apps with web2py. either a whole project or even just components. With the project I am working on, there are aspects of the app which will have close to real time interactivity. Such as live database updates (say 100 users are looking at a football stats page. and one user comments on that page. once the comment saves to the database, the other 99 end users' displays are then updated automagically updated with that new content.). I have seen ways to do this such as twisted and socket,io.
So i was hoping to see if anyone around here has done any real-time like features for their apps, and was willing to share what they did to get started. thanks --