andyste1 / SignalR.PubSub

A simple SignalR-based event aggregator that allows clients to subscribe to server events
MIT License
10 stars 1 forks source link

Convert to .NET Core? #1

Open omidkrad opened 7 years ago

omidkrad commented 7 years ago

Hi, just curious, have you tried converting this to .NET Core using the new SignalR? The new SignalR seems to have a slightly different API. I tried a little but was not able to convert it. Apart from the event aggregation part, do you think it would be a lot of work to convert this project?

Thanks!

andyste1 commented 7 years ago

Hi, no it's not something that I have looked at but may be something for the future, although I'm struggling to find the time for my own projects these days. I found this article suggesting that SignalR Core is still a moving target (https://radu-matei.github.io/blog/signalr-core/), so perhaps this should be revisited later in the year?

omidkrad commented 7 years ago

Sure, we also need to find an alternative solution for the Event Aggregator. Maybe we can convert and use one of these:

omidkrad commented 7 years ago

Or maybe we should work with the SignalR project to support similar pub/sub functionality out of box.

fleed commented 6 years ago

Is planned to support the new SignalR.Core?