asp.net - How SignalR group works internally? Why it is faster to send message to group with multiple client? -


people recommend use signalr groups, when multiple clients interested in same kind of message. bit curious, how concept internally works. why sending message through signalr group multiple clients faster sending individually client?

you can refer below link details on how signalr works -

http://www.asp.net/signalr/overview/getting-started/real-time-web-applications-with-signalr


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -