I'm using maček's answer from this post How to create a stopwatch using JavaScript? to create javascript timers in an HTML table for each tr.
When someone starts the timer I would like it to be available for everyone else looking at that same tr element that may be on the page at a different computer.
I'm very new to signalR and have only played with some examples. What I'd like to know is "Is this possible", if so how? And if I had 1,000 timers going would this consume a lot of server memory?
The timer is not stored in a database.