rfaye

new Faye.Client('http://localhost:9292/faye').subscribe('/bar', function(message) ",message)); new Faye.Client('http://localhost:9292/faye').publish('/foo', 'Hello world'); rackup -s thin -E production faye.ru curl http://localhost:9292/faye -H 'Content-Type: application/json' -d '"/foo", "data": "treta bem loca"'