0.0
No commit activity in last 3 years
No release in over 3 years
Web Application Messaging Protocol Client worker for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 0.1.9
~> 10.0
~> 3.5
~> 5.2
~> 0.12

Runtime

~> 4.0
~> 0.2.2
 Project Readme

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