Can be used as with any Node.js Framework or as standalone.
Check examples/ directory and simply run any example using node example.js
npm install @knesk/www
or
yarn add @knesk/wwwconst Www = require('@knesk/www')({
port: 9001
})
Www.start();
// output - the-productNote: For all the available config parameters please check config.js file