没有计时器的Asp.net聊天[关闭]

                <div class="grid--cell fl1 lh-lg">
                    <div class="grid--cell fl1 lh-lg">
                        It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and   cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,   <a href="/help/reopen-questions">visit the help center</a>.

                    </div>
                </div>
            </div>
            <div class="grid--cell mb0 mt8">Closed <span title="2012-03-15 16:16:27Z" class="relativetime">8 years ago</span>.</div>
        </div>
    </aside>

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

</div>

take a look at websockets in the asp.net 4.5 developer preview or SignalR project