Module: Sinatra::WebSocketIO::Helpers
- Defined in:
- lib/sinatra-websocketio/helpers.rb
Instance Method Summary collapse
Instance Method Details
#websocketio_js ⇒ Object
5 6 7 |
# File 'lib/sinatra-websocketio/helpers.rb', line 5 def websocketio_js "#{env['rack.url_scheme']}://#{env['HTTP_HOST']}#{env['SCRIPT_NAME']}/websocketio/websocketio.js" end |
#websocketio_url ⇒ Object
9 10 11 |
# File 'lib/sinatra-websocketio/helpers.rb', line 9 def websocketio_url "ws://#{env['SERVER_NAME']}:#{WebSocketIO.[:port]}" end |