Created
December 13, 2018 04:52
-
-
Save schappim/bee2061afacd82b48684d7d777706ff6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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