summaryrefslogtreecommitdiffstats
path: root/ruby/wisper/README
blob: a575c8a1183436ef956e3dde084bc91c6db0a7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.