I'm trying to use SignalR to create a real time notification like facebook I'm using c# as server side language 1- i read the wiki in github and I know that I can notify only the connected user my main goal is to use the signalR with sql to get data from database and notify the connected user 2- i know I should use sql dependencies class but the example I see on the internet is about MVC and my project isn't MVC it's pure web site
Can anyone help me with an example for how to achieve this ?
reference about signalR :
https://github.com/SignalR/SignalR/wiki/Hubs
appreciate your help