Sha256: 353b4844e97dd43ed708a021f9c40f66a7cede7dc9197b4dfd1f649695236628
Contents?: true
Size: 457 Bytes
Versions: 13
Compression:
Stored size: 457 Bytes
Contents
# ruby-agent Secure Ruby on Rails with SECful. Installation ------------ 1. Add the following to your Gemfile: gem 'socket_duplex', :git => 'git@github.com:SECful/ruby-agent.git' 2. Add the following to your config.ru: require 'socket_duplex' use Rack::SocketDuplex, 'wss://localhost:7000', 'token' For a non SSL websocket use: use Rack::SocketDuplex, 'ws://localhost:7000', 'token', OpenSSL::SSL::VERIFY_NONE
Version data entries
13 entries across 13 versions & 1 rubygems