faye-publisher

Simple publisher for faye

Installing

Add this to your Gemfile:

gem 'faye-publisher'

Usage

publisher = Faye::Publisher.new('http://localhost:9292/faye')
publisher.publish('/messages', 'Hello world!')

Contributing

Copyright

Copyright © 2014 Adrian Gomez. See LICENSE.txt for further details.