Replies: 1 comment
-
I think you need SignalR more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm developing an application which required to show live odds to the users.
In the backend side, a background worker will constantly check for odds change and update into a database.
From the client side, when user visit a page, it will retrieve the latest set of records which contain all the live odds. As a result, if there are any changes on the odds, i would like to push an update the client's records so users will keep it updated without refresh the page.
Currently i'm testing the EventBus and SignalR, but i would like to get some advices from you on which approaches is much more suitable? Or is there any better solution for it?
Beta Was this translation helpful? Give feedback.
All reactions