https://github.com/jepozdemir/event-publisher
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
https://github.com/jepozdemir/event-publisher
csharp dotnet dotnetcore eventbus eventhandling events publish-subscribe pubsub realtime
Last synced: 2 months ago
JSON representation
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
- Host: GitHub
- URL: https://github.com/jepozdemir/event-publisher
- Owner: jepozdemir
- Created: 2022-10-13T21:32:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T22:39:46.000Z (over 3 years ago)
- Last Synced: 2025-12-30T12:47:21.868Z (6 months ago)
- Topics: csharp, dotnet, dotnetcore, eventbus, eventhandling, events, publish-subscribe, pubsub, realtime
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# event-publisher
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.