MaltMaster
MaltMaster

Reputation: 758

Live update table with MVC4 and jQuery

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

Answers (1)

Darren
Darren

Reputation: 70728

You could use jQuery Realtime or SignalR:

jQuery realtime:

https://github.com/leggetter/jquery.realtime

SignalR:

http://signalr.net/

Upvotes: 2

Related Questions