Sunpoet Po-Chuan Hsieh 5d8b0c9478 Add rubygem-wisper 2.0.0
Wisper is a micro library providing Ruby objects with Publish-Subscribe
capabilities.

It supports:
- 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.

WWW: https://github.com/krisleech/wisper
2018-03-12 20:41:12 +00:00

12 lines
416 B
Plaintext

Wisper is a micro library providing Ruby objects with Publish-Subscribe
capabilities.
It supports:
- 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.
WWW: https://github.com/krisleech/wisper