Allows to publish messages to a faye server, the main difference with the default faye client
is that it does not need to run inside a EventMachine loop as it only opens a http connection
with the server to send the event.
Because of this is best to publish events from a separate thread using sidekiq for example.