I have to implement the real time functionality in web application. I read about SignalR that it provides two mechanism for this:
- Connection API
- Hubs
I did not find any fruitful comparison between these two across different categories such as Performance, Reliable, Security etc. Can anyone provide which mechanism should be used?