Hello - I have an upcoming project where I have to display real-time numbers representing line and station productivity on a large screen TV. From reading and tutorials I've decided that SignalR would be perfect for this application. The problem I have run into is that I have not found a tutorial that is comprehensive enough for me to get started.
If someone can point me to a well written example of a SQL based SignalR project I would appreciate it. The example project does not need any data entry capability, just the ability to push sql data derived from several tables to the client
I am in the process of learning MVC5 and am at the point where i have the basics down, an example project using MVC would be acceptable.
Thank-you in Advance.
RD