You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tonus 4104747ec2
ruby/wisper: change email of maintainer
3 years ago
..
README ruby/wisper: Added (Ruby objects w/ Publish-Subscribe capabilities.) 3 years ago
slack-desc ruby/wisper: Added (Ruby objects w/ Publish-Subscribe capabilities.) 3 years ago
wisper.SlackBuild ruby/wisper: Added (Ruby objects w/ Publish-Subscribe capabilities.) 3 years ago
wisper.info ruby/wisper: change email of maintainer 3 years ago

README

A micro library providing Ruby objects with Publish-Subscribe
capabilities

Decouple core business logic from external concerns in Hexagonal
style architectures
Use as an alternative to ActiveRecord callbacks and Observers in
Rails apps
Connect objects based on context without permanence
Publish events synchronously or asynchronously

Note: Wisper was originally extracted from a Rails codebase but is not
dependant on Rails.