User475983607 posted
I'm currently using signalr in my website,
but I'm worrying about future of it.Because I'm expecting that I'll have +1000 online users , and in my website I'm sending data to users per minute.
What should I do in this case?
Does signalr have a good performance
1000 users is a pretty small load and sending data every minute is also very light.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/performance/signalr-performance
IIS configuration settings+
When I'm faced with picking a technology, I do pretty outlandish things like reading the documentation. I know that sounds nuts but the docs generally a lot of useful information. I'll also build a proof of concept and test basic
requirements to make sure the technology fits.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/