0

My project is built in .net MVC with MS SQL Server. I am fetching live rates in my project, these rates are updated every milliseconds,. My problem is that I need to show all these rates on browser to logged in users depending on their settings.

Any help would be appreciated.

Anusha
  • 175
  • 3
  • 20
  • 4
    Please take a look at SignalR. You can update to all connected clients by using signalr hub. – Kim Hoang Jan 05 '17 at 16:35
  • have a look at [this GIT](https://github.com/SignalR/SignalR-StockTicker) example also it will helpful – Curiousdev Jan 05 '17 at 16:37
  • I've been looking at angular js library - I believe it can do real time, partial refreshes on web pages – Cato Jan 05 '17 at 17:13

0 Answers0