Needs advice
on
FirebaseFirebasePusherPusher
and
SignalRSignalR
in

I'm working on a project where I need to both send real-time updates for specific data sets, along with providing notifications to the users after long-running processes have been completed (SSE).

The project is using .NET Framework, AngularJS, & MSSQL. I understand that SignalR is nice as a polyfill for .NET and you can scale with a backplane, but I was wondering if there was a more efficient/effective technology for this?

READ LESS
10 upvotes·28.2K views
Avatar of edwardteach01