Bugs Bunny: Broadcast AMQP messages within a Unicorn served Sinatra app
I have just created a small demo app called Bugs Bunny: a Unicorn served Sinatra application which uses Bunny (a Ruby AMQP 0.9.1 client) to broadcast messages to every Unicorn worker. It requires an AMQP message server, such as RabbitMQ, in order to publish and receive messages. Clone the repository and run it yourself at Github.
Post a comment