Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 631 Bytes

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.