Want to build an web based Instant Messaging system similar to www.chatzy.com The question is what is the best way to go about it?
Go soley the Ajax way, where i write a script that continually pings and updates a database for u conversation?
Or play around with XMPP?
If the answer is XMPP? i would appreciate any pointer to any online resource that details how XMPP can be used in building such services...(Done some couple of searches via google but results came in vogue)
I would be using PHP, but can use Python too, if it offers a better solution to getting this done.
Thanks