mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
eb0c572fee
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
441 B
Text
13 lines
441 B
Text
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.
|
|
|