Skip to content

Instantly share code, notes, and snippets.

@trotter
Created September 19, 2011 01:53
Show Gist options
  • Save trotter/1225840 to your computer and use it in GitHub Desktop.
Save trotter/1225840 to your computer and use it in GitHub Desktop.
post '/updates' do
uri = URI.parse("http://localhost:8901/send")
Net::HTTP.post_form(uri,
{ "data" => "Hello room!", "channel" => "chat-room-5"})
"ok"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment