Skip to content

Instantly share code, notes, and snippets.

@Kilobyte22
Created October 12, 2013 11:14
Show Gist options
  • Save Kilobyte22/ff1447e40be223658688 to your computer and use it in GitHub Desktop.
Save Kilobyte22/ff1447e40be223658688 to your computer and use it in GitHub Desktop.
Websocket.new 'ws://localhost:8080/' do |handler|
handler.open do
puts 'opened'
end
handler.event.alert do |event|
alert e.data.text
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment