Skip to content
Anders Malmgren edited this page Feb 20, 2021 · 19 revisions

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

Dot Net Core Demo Project

https://github.com/AndersMalmgren/SignalR.EventAggregatorProxy/tree/master/SignalR.EventAggregatorProxy.Demo.AspNetCore

.NET Client Demo Project

https://github.com/AndersMalmgren/SignalR.EventAggregatorProxy/tree/master/SignalR.EventAggregatorProxy.Demo.DotNet

Live demo Dot Net Core

http://malmgrens.org/signalrcore/

Live Demo (Old Deprecated 2.x)

http://malmgrens.org/signalR/