wservlettools

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.

Usage no npm install needed!

<script type="module">
  import wservlettools from 'https://cdn.skypack.dev/wservlettools';
</script>

README

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.