Want to create a web-based instant messaging system similar to www.chatzy.com The question is, what is the best way to do this?
Follow the Ajax path where I write a script that constantly pings and updates the database for u-talk?
Or play with XMPP?
If the answer is XMPP? I would appreciate any pointer to any online resource that describes in detail how XMPP can be used to create such services ... (Several searches were done through Google, but the results came into fashion)
I would use PHP, but I can also use Python if it offers the best solution for this.
thanks
source share