wservlettools
v0.3.188
Published
Collection of cross-platform routines to launch/stop the server and handle requests to the server. The module is trying to make the development of server-side applications simpler.
Downloads
224
Readme
module::ServletTools
Collection of cross-platform routines to launch/stop the server and handle requests to the server. The module is trying to make the development of server-side applications simpler.
Try out from the repository
git clone https://github.com/Wandalen/wServletTools
cd wServletTools
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
To add to your project
npm add 'wservlettools@stable'
Willbe
is not required to use the module in your project as submodule.