mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
14 lines
441 B
Text
14 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.
|
||
|
|