I am using node.js on my rackspace server to serve my various applications. (Using node-http-proxy).
However, i would like to start a wordpress blog. The only way to
I recently needed to get a server within an electron app to serve PHP. I started with grunt-php by Sindre Sorhus. The main change I made was to remove the code that kills the server process when grunt is done, instead instantiating the PHP class from JS and calling the process as needed. Ultimately, it was very easy to adapt grunt-php to enable PHP on a node.js server.