https://github.com/franzose/whojack
A simple event dispatcher for .NET 5+
https://github.com/franzose/whojack
csharp csharp-library dotnet dotnet5 dotnet6 event-driven-architecture event-driven-programming eventbroker eventbus eventdispatcher events
Last synced: 4 months ago
JSON representation
A simple event dispatcher for .NET 5+
- Host: GitHub
- URL: https://github.com/franzose/whojack
- Owner: franzose
- License: mit
- Created: 2022-01-15T06:27:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T12:39:44.000Z (over 3 years ago)
- Last Synced: 2025-02-04T20:16:39.541Z (5 months ago)
- Topics: csharp, csharp-library, dotnet, dotnet5, dotnet6, event-driven-architecture, event-driven-programming, eventbroker, eventbus, eventdispatcher, events
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# WhoJack
This library is an implementation of the event dispatcher. It allows different components of an application to communicate with each other by emitting events and listening to them.