This is an easy implementation of web server based on node.js. You can use this for rapid test of your web site.
First you need to config your server by editing 'ServerConfig.cfg' under root folder.There are several attributes to make your server much more flexiable.
Then click 'launch.cmd' under root folder to launch your server.
Or you can launch server directly to get into the example web under "www" folder.
This server is able to display any kind of web page and web resources.
However:
- Data posting not supported.
- Php or any other back-end program not supported.
So note this:No back-end programing.