php-webkit
php-webkit copied to clipboard
Clustering
Need to implement node.js clustering to the express server. It will help improve performance on multi-core machines as well as add support for more advanced PHP applications.
https://nodejs.org/api/cluster.html
Might need to move the functionality of the main.js script to node-main
within package.json for it to properly work. Since main.js talks to the DOM changes will need to be made since the DOM won't be available by the time node-main
is fired off.
I have seen similar issues from NW.js. see this, theres quite a few one of them. I have never been able to successfully cluster without using node from the local machine.