WebSocketHook.io Ruby LibraryUsage examplerequire'websockethook'wsh=WebSocketHook.newwsh.listen'foo'do |message| puts"#{Time.now.to_s}: #{message}"endmake call from shell> curl http://websockethook.io/hook/foo --data "foo=bar"