signalr - Live updating ASP.NET webpage from Azure SQL database -



signalr - Live updating ASP.NET webpage from Azure SQL database -

i creating asp.net website pulls info azure sql database , plots on map using openlayers. i'm ok pulling info , plotting it, i'm not sure how go making update live. i've seen ideas i'm not sure possible/best practice.

at high traffic times, database beingness updated several users every min or so. best way new/updated records webpage update map live/semi-live?

i've seen lots of stuff signalr , sounds lot improve periodic polling approach, i'm little lost on how implement it. way understand need have hub send out updates website, hub within asp.net application or it's own thing need create? there mobile service entering info database, hub implemented in this?

you answered question. signalr perfect fit this. there's plenty of resources out there can tell how setup , utilize signalr in web application. can hosted, have several options, mutual approach host within asp.net application, both simplicity, , because signalr back upwards web socket transport, needs hosted on iis.

asp.net signalr openlayers sql-azure

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -