Reputation: 758
I have an database just for logs of my applications and now I need to build a web application that reads a table in this database and update the a table in the UI, like a realtime thing.
So, there is any jQuery plugin for something like that? Can you help me?
Thanks!
Upvotes: 0
Views: 1263
Reputation: 70728
You could use jQuery Realtime
or SignalR
:
jQuery realtime:
https://github.com/leggetter/jquery.realtime
SignalR:
Upvotes: 2