An open API service indexing awesome lists of open source software.

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+

Awesome Lists containing this project

README

        

![Continuous Integration](https://github.com/franzose/whojack/actions/workflows/ci.yaml/badge.svg)

# 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.