I would like to know how to use Signal R to send real time information to all connected users without anyone having to modify anything. My data source will be an external web service, that I'm gonna call on the server side every second, modify it and send it to every connected user. An example would be to take real time information stock price from Yahoo and send them in real time to all connected users.
I have seen plenty of examples using signal R to send information in "real time" to others connected users. But all of these examples, works only is a user do a modification (example of the chat, when a user send a new send message others receive it)
Have you any idea how to do this with Signal R or if there is an example or tutorial explaining something like that?
You want to do server broadcast, as explained in this tutorial.