javascript - Methods to introduce notifications on a webpage without page refresh -
we have webpage there notification tab. notifications taken notification table if there particular user. event fired when page refreshed.
we want implement notification should displayed user instantly without refreshing page.
i know signalr sql dependency. sql dependency there comes database polling overhead.
you can have signalr notify clients of database changes without polling database.
have @ this tutorial signalr database notifications.\
it works following way: after update database, call method update clients along data.
hope helps. best of luck!
Comments
Post a Comment