Home - AndersMalmgren/SignalR.EventAggregatorProxy GitHub Wiki
Welcome to the SignalR.EventAggregatorProxy wiki!
SignalR.EventAggregatorProxy is a Event Aggregation (Service bus) proxy for SignalR, it enables automatic forwarding of server side events to the client. It also provides a way of determine if events should be forwarded to specific clients.
- Install using nuget
 
Install-Package SignalR.EventAggregatorProxyCore 
For Net Core hosted projects also install
Install-Package SignalR.EventAggregatorProxy.AspNetCore
- Start with hooking up the event proxy.
 - Or add the event proxy as a build time CLI target.
 - Create a proxy for your service bus.
 - Hook up client side listeners.
 - Generic events.
 - Hook up constraint handlers.
 - .NET Client.
 - Blazor WASM Client.
 - Vue Client.
 - React Client.
 - Angular Client.
 - Declarative authorization
 
Dot Net Core Demo Project
.NET Client Demo Project
Live demo Dot Net Core
http://malmgrens.org/signalrcore/