I have Problem with chat application .
my scenario:
I need to build chat application with web application as a service .
I need a chat application without a timer when a first client send message to secound client the message should appeare on a first client whitout using timer
my techniques : asp.net mvc and jquery
I found this Chat Application in ASP.NET
but how to solve this problem technical in asp.net mvc
I have Problem with chat application . my scenario: I need to build chat
Share
take a look at websockets in the asp.net 4.5 developer preview or SignalR project