Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

signalr

- Only use SignalR where the server needs to update the client 
asynchronously to any user action.

- If all you need to do is browser-initiated calls to the server 
triggered by user actions then you should just use jQuery Ajax.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #signalr
ADD COMMENT
Topic
Name
6+7 =