Skip to content

Instantly share code, notes, and snippets.

@schappim
Created December 13, 2018 04:52
Show Gist options
  • Save schappim/bee2061afacd82b48684d7d777706ff6 to your computer and use it in GitHub Desktop.
Save schappim/bee2061afacd82b48684d7d777706ff6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'sinatra'
post '/ws' do
request.body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment