-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Anders Malmgren edited this page Feb 20, 2021
·
19 revisions
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