From: Tony Arcieri Date: 2012-02-02T10:14:02+09:00 Subject: Re: PHP vs Ruby is it worth it? --00151747b5d244b00a04b7f0e947 Content-Type: text/plain; charset=ISO-8859-1 It sounds like you want a publish/subscribe system which streams events to the browser. There's a number of different choices for that. I would recommend using a message queue of some sort to handle pubsub. RabbitMQ comes to mind. For streaming events to the browser, try Cramp: https://github.com/lifo/cramp On Wed, Feb 1, 2012 at 11:58 AM, Samuel Mensah wrote: > By "real time" I mean, having every activity occur synchronously on > every active machine viewing the website so that If I post something and > you're on the website on a different computer, u don't have to refresh > your page to see what I posted. > > -- > Posted via http://www.ruby-forum.com/. > > -- Tony Arcieri --00151747b5d244b00a04b7f0e947--