Jump to content

Recommended Posts

Posted
For an instant messaging application, a 'java based XMPP server' or 'php based XMPP server' would be the best? Many say its the latter? If so, why is java based superior to Php based?
 
A revert with an expert opinion will be appreciated.
Posted

PHP is not even the right kind of language to write a messenger server in. Java runs as a process while PHP runs when web pages are requested. Since XMPP isn't designed to use HTTP traffic, you need Java or a C family or any other language that runs as its own process.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...