Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 323 Bytes

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