Project

noam_lemma

0.0
No commit activity in last 3 years
No release in over 3 years
A lemma factory for the Noam pub-sub system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 1.1
~> 10.3
~> 3.1.0

Runtime

 Project Readme

noam_lemma

Build Status

A Noam Lemma implementation for Ruby.

This library exposes the fundamental concepts in a Lemma to Ruby developers. It handles registration, subscription, and message processing. All one needs to do to create a new Lemma in a network is interact with the Noam::Lemma class. See the example/ directory in the project for further details on usage.

Install the gem gem install noam_lemma

Known Issues

  • Listening fails un-gracefully when the server goes down.