Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 951 Bytes

File metadata and controls

35 lines (22 loc) · 951 Bytes

Wamp::Worker

Gem Version CI Status Codecov

Rails worker for talking to a WAMP Router which is described here

Revision History

  • v0.0.2:
    • Updated to use Wamp::Client logger
    • Other minor cleanup
  • v0.0.1:
    • Initial Release

Installation

Add this line to your application's Gemfile:

gem 'wamp-worker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wamp-worker

Usage

See the documentation at the Wiki