Question

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.

Était-ce utile?

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top