I use orbited in one of my company's in-house web2py applications. It works great. I did not have to integrate it with web2py though - I use it as a completely independent message broker. There are some python scripts that run in background and process some stuff and send notifications to browser through orbited built-in stomp server. I think I used this tutorial to get started: http://cometdaily.com/2008/10/10/scalable-real-time-web-architecture-part-2-a-live-graph-with-orbited-morbidq-and-jsio/
On Nov 29, 11:16 am, salbefe <[email protected]> wrote: > Hello, > > I need to push some content in my website in 'real time'. I'm asking > if someone had tried orbited (http://orbited.org/). After reading this > post: Integrating Orbited with Web App Frameworks (http://orbited.org/ > blog/2008/09/integrating-orbited-with-web-app-frameworks/) it seems > that it should not be any problem of integration with web2py (using > STOMP and RabbitMQ). > > Anyway, I would like to known if someone had used it and if it could > post an example. > > Thank you in advance

