Skip to content
Andrea Tupini edited this page Sep 24, 2020 · 5 revisions

Welcome to the Event-Manager wiki!

Disclaimer: This Wiki is very much still a work in progress

EventManager (commonly abbreviated to EM) is a Dotnet Core plugin which basically introduces an event-bus layer, and useful methods to interact with the said layer. The goal of this library is that of communicating multiple applications that are using it through this event-bus. This bus is nothing more than an abstraction over normal HTTP requests, this means that there is no need for a dedicated event broker application, and also that this same bus can be used to connect an application using EM with an endpoint that is not using it.

This wiki is the main repository of documentation for the project, where all the explanations are high-level ones. If you're searching for the official code documentation (extracted from the project with doxygen) you can find it here: https://cecropia.github.io/Event-Manager/