https://github.com/thomasduft/microbus
A simple interface for implementing the Pub/Sub pattern.
https://github.com/thomasduft/microbus
Last synced: 5 months ago
JSON representation
A simple interface for implementing the Pub/Sub pattern.
- Host: GitHub
- URL: https://github.com/thomasduft/microbus
- Owner: thomasduft
- License: mit
- Created: 2018-02-19T17:08:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:35:21.000Z (over 3 years ago)
- Last Synced: 2025-09-24T14:28:50.315Z (9 months ago)
- Language: C#
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/thomasduft/microbus) [](https://www.nuget.org/packages/tomware.Microbus.Core)
# microbus
A simple interface for implementing the [Pub/Sub](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) pattern for different implementations.