Skip to content

Instantly share code, notes, and snippets.

@omgitsads
Created July 24, 2012 16:35
Show Gist options
  • Save omgitsads/3171067 to your computer and use it in GitHub Desktop.
Save omgitsads/3171067 to your computer and use it in GitHub Desktop.
Scamp V1 example
require 'scamp'
scamp = Scamp.new(:api_key => "YOUR API KEY", :subdomain => "yoursubdomain", :verbose => true)
scamp.behaviour do
# Simple matching based on regex or string:
match "ping" do
say "pong"
end
end
# Connect and join some rooms
scamp.connect!([293788, "Monitoring"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment