youchan / drb-websocket

A druby protocol of WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A druby protocol of WebSocket

License:MIT License


Languages

Language:Ruby 99.0%Language:Shell 1.0%