jquery - C# MVC notification system -
i'm working on c# mvc 4 application , want make notification system facebook.
i thought adding notification in table each event, , make ajax calls database each 1 minute retrieve notifications current user.
but i'm afraid it's heavy. please advise.
your best bet go signalr. designed purpose of real time notification
Comments
Post a Comment