***Note :- Documentation is still going on(so below documented is not up to date) and the project is open source and can contribute on "https://github.com/ashwinsingh2007".
Node-servephp is an http server for php built in nodejs and uses Module fastcgi-client. It just works like nginx for php or Wamp/xamp (apache) for php. Currently tested only on windows.
Node-servephp is basically build using �fastcgi-client� module, where Fastcgi-client module helps to communicate with phpfpm. Node-servephp is designed to provide friendlier environment for End users to build their php website using event driven server.
The difference between apache and node-servephp is the concept of Difference in thread based server and event driven based server. Nodejs is an event based and node-servephp acts like in that way.
Node-servephp is still in the initial phase of its development And needs more developer to contribute in this project.