Shoutbox

How do they do it? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: How do they do it? (/showthread.php?tid=56888)

How do they do it? by DJeX on 03-15-2006 at 03:05 AM

How do websites like www.meebo.com or www.e-messenger.net work? Do they use php to connect to the servers?

I'm interested in how they work, there alot of sites like this and since theres alot I was thinking that it might be easy to make such a site.


RE: How do they do it? by -dt- on 03-15-2006 at 03:11 AM

they use the xmlhttprequest object to transfer data to and from the clients browser , on the php side they must have some way to communicate with a main script which handles and the connections.
http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A//developer.apple.com/internet/webcontent/xmlhttpreq.html&ei=1oUXRIeEB6KOowLMsoTzAQ&sig2=INM5FyIJimZKZrtQ5pGZ6g


quote:
Originally posted by Matty
They use php yes.

They are somewhat difficult to make if you don't know php or sockets.


who says they are using php? they could be using any server side script langauge.