drb-websocket
A druby protocol of WebSocket
This is experimental implementation of druby protocol with WebSocket.
Installation
gem install drb-websocket
How to run
cd example
bundle install
run server
bundle exec ruby -I. server.rb
run client
bundle exec ruby -I. client.rb