Search code examples
phpjavascriptweb-applicationswebcomet

comet programming using JS or PHP


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.


Solution

  • 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.