sp-server
Node.js simple Single Page Server
Installation
Just use npm install
npm install sp-server
Usage
Follow example
var server = ; start8080;
Description of parameters in function
- page - content page of index.html placed in ./build
- params - matched params with RegExp
- callback - callback function to be called when all is done, applies string to response