Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 968 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 968 Bytes

module::ServletTools status experimental

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.