firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
727 stars 72 forks source link

Sending messages from the consumer #47

Closed Azuka closed 10 years ago

Azuka commented 10 years ago

Can I send messages back to Firehose from the javascript consumer?

bradgessler commented 10 years ago

No, the goal of Firehose is to push data from the server to a browser. In practice we use HTTP PUT and POST to get data from our client to the server.