Click here to Skip to main content
15,880,364 members
Please Sign up or sign in to vote.
1.60/5 (2 votes)
Hi ,

Give Me a idea about Online Chat apllication


how to develop a online chat application for my web site


Thankyou
Posted
Comments
Mycroft Holmes 23-Jan-13 4:14am    
search the articles, there are chat examples already available.
nika2008 23-Jan-13 4:48am    
u can use sockets, sockets are the best for online chat

You can use a server side C# website application with a database the the back end.
And Javascript on the front end.

** The Trick! is to create http requests on the client side but not to return a response from the server immediately. Instead, wait until there is a message to send to the client.

This way you maintain the ability to initiate a call to your clients!

Take notice that this project is not so light, you need to handle session timeouts, and reestablish connections that fail etc.

Good luck.

Cheers,
Edo
 
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