Caphub

Gem Version Build Status Coverage Status Code Climate Repo Size Gem Downloads Documentation Status Maintenance Status

Description

CelluloidPubsub is a simple ruby implementation of publish subscribe design patterns using celluloid actors and websockets, using Celluloid::Reel server

Requirements

  1. Ruby 1.9.x or Ruby 2.x.x
  2. Celluloid >= 0.16.0
  3. Celluloid-IO >= 0.16.2
  4. Reel >= 0.5.0
  5. Celluloid-websocket-client = 0.0.1
  6. ActiveSuport >= 4.2.0

Compatibility

Rails >3.0 only. MRI 1.9.x, 2.x, JRuby (--1.9).

Ruby 1.8 is not officially supported. We will accept further compatibilty pull-requests but no upcoming versions will be tested against it.

Rubinius support temporarily dropped due to Rails 4 incompatibility.

Installation Instructions

Add the following to your Gemfile:

  gem "celluloid_pubsub"

Please read Release Details if you are upgrading. We break backward compatibility between large ticks but you can expect it to be specified at release notes.

Examples

Please check the Examples Folder. There you can find some basic examples.

Testing

To test, do the following:

  1. cd to the gem root.
  2. bundle install
  3. bundle exec rake

Contributions

Please log all feedback/issues via Examples Folder. Thanks.

Contributing to celluloid_pubsub

== Copyright

Copyright (c) 2015 bogdanRada. See LICENSE.txt for further details.