Shiolink

SHIORI Protocol Parser / Builder for Ruby

Installation

Add this line to your application's Gemfile:

gem 'shiolink'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shiolink

Usage

require 'shiolink'

def load(dirpath)
end

def unload
  exit
end

def request(req)
end

shiolink = Shiolink.new(method(:load), method(:unload), method(:request))
shiolink.start

API

API Document

License

This is released under MIT License.