1

I am new to comet programming. I need to get data from the server whenever there is any update, as well as other notifications from the clients.

I need to implement comet programming using JS or PHP. I want to know whether it will have performance issues and scalability. I would like to get some information that will help me achieve this.

1
  • There's google to answer this question for you... also: Comet can't be done PHP-only, as it requires continuous client <=> server communication Commented Jul 2, 2013 at 7:07

1 Answer 1

2

For comet programming you can use node.js you can also use meteor. Server side javascript can run using node.js and meteor runs in Node.js container on server-side.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.