diff options
author | Tonus <tonus1@gmail.com> | 2022-04-29 14:05:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:58 +0700 |
commit | eb0c572fee5eb5307f2852f5ca5cee7660e110c5 (patch) | |
tree | 8499886a00b0a00fc5b0b2965c113180173f4aa2 /ruby/wisper/README | |
parent | 1b1e59336f63ab009a905f68d3c5ff837014f14c (diff) |
ruby/wisper: Added (Ruby objects w/ Publish-Subscribe capabilities.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/wisper/README')
-rw-r--r-- | ruby/wisper/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ruby/wisper/README b/ruby/wisper/README new file mode 100644 index 0000000000000..a575c8a118343 --- /dev/null +++ b/ruby/wisper/README @@ -0,0 +1,13 @@ +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. + |