Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I develop an instant messaging system for my website?

0
Posted

How can I develop an instant messaging system for my website?

0

I would download the free “Visual C++ 2008 Express Edition”, and simply create a program, which handles the messages through http requests (considering that the messenger might be a part of the actual site aswell). The program/client could be available for your users as an optional download, or an alternative way to message each other, while not on the site. Actual messages would still be available through the website UI. You could even get more or less techinical, by simply making a plugin for one of the existing messenger clients, msn; aim; yim; icq; (Or perhaps better) Trillian. This may encourage your users to download, and install the plugin, i supose msn is the most used messenger client at the moment. More information at: http://www.microsoft.com/express/vc/ – Visual C++ 2008 Express Edition http://www.cplusplus.com/doc/tutorial/ – Turtials

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123