I'm leaning SignalR. How can I write a simple app so user can see server-time in real-time using Hub. Every 1 second, server will send time from server to connected clients
|
|
you can do when you using thread. Example Hub Class:
Example Script :
Thread will start working when you click btnTest. Thread sends message to page everysecond. |
|||||||||
|
|
In Global.asax in the
NB |
|||
|
|
|
Create a listener and RAISE AN EVENT when a NOTIFICATION is added :) Thus you would not have to continuously check the database :) |
|||
|
|
|
We are also facing the same issue. How Can we start the timer on server, without any input or initialization by client or user ?? We are saving the timer in the database. We are broadcasting with signalR library. We are using ASP.NET MVC3 with PetaPoco data access library. The only problem we have is with IE. The program works great with Firefox, Chrome, Safari, and Opera. Can you share what all can be cross checked at my end. So that the code works on IE9 as well. It doesnt work in any version of IE(6,7,8,9) |
||||
|
|