asp.net mvc 4 - Update two partial views when any column gets updated -


i have page in there 2 partial views, 1 left , other right. these 2 views refreshed automatically when tables related gets updated. signalr best option? , complicated implement existing project? right using javascript 'set interval' update every few seconds. instead of doing constant polling want update views when data gets refreshed. new signalr. asp.net mvc project,i want update these 2 views when information pertaining user gets updated. please advise!

signalr better option when compared requesting update in regular interval since signalr solution gives more instant updates on ui.

in case, might have send out broadcasts server update backend tables.

is complicated implement existing project?

that's upto architecture of project, implementing in mvc application not hard.

here example of how signalr implemented in mvc project.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -