It's aim is to facilitate:
- Out-of-the-box code isolation for different parts on an application (i.e. admin vs. user api).
- Flexibility in transport technologies (i.e. SignalR, Grpc and Rest).
- Flexibility in hosting: Console, In-process, windows service, trayicon, Docker etc.
- An as easy as...
More information
Used for in-process async message routing and dispatching. Provides construct for scanning assemblies finding types implementing a message handler marker interface of choice and builds routes from them that later can be used with custom or shipped in-process routers and dispatchers supporting: Send,...
More information