What if you could host wordpress on nodejs? This project makes it possible.
NodePHP is a small script I wrote a long time ago when I was experimenting with NodeJS when it was still in it's infancy. I like the nodejs express framework and the way it made it possible to quickly set up http servers.
I had a website running that was served by a nodejs server and I wanted to add wordpress installation to that website. So I decided why not make it possible to run php scripts using php-cgi and then serve the results with node? This is how original NodePHP came about. Since then it has been expanded by other people and made better.
Usage:
Run unit tests: