Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am developing chat application in my asp.net web application.. My problem is that,
How to send message in asp.net chatting application in faster way? like facebook chat??? what is better way for this???
Posted
Comments
rhl4569 7-Jan-14 6:13am    
But I am working on Asp.net vb.. Can i use this technology in my application???

1 solution

The instantaneous chat you're asking is generally called "Long Polling" or, if we're talking about AJAX, "Comet".

If you are interested, then go on.

1. Push technology[^]
2. Comet (programming)[^]
3. HTTP Push from SQL Server — Comet SQL[^]
4. Asynchronous scalable web applications with real-time persistent long-running connections with SignalR[^]
5. Introduction to SignalR[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900