Skip to content

noam-io/lemma-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.