Difference between SignalR and Pusher
问题 I want to create a web app using React as the front end technology. A requirement for the app is that the server will be able to update all the clients with information about changes (not have to be an exact real time, but should update after no more than 10 seconds). Solutions like clients requesting updates from the server every several seconds are out of the question. Requirements: 1) The server's should be implemented with either .NET or with Node.js. 2) The connection MUST be secured via