0.0.1 • Published 5 years ago

@knesk/www v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Knesk Www · GitHub license

A Extended Http Server Node.js Module based on Express.js

Can be used as with any Node.js Framework or as standalone.

Examples

Check examples/ directory and simply run any example using node example.js

How to Install

npm install @knesk/www
or
yarn add @knesk/www

How to USE

const Www = require('@knesk/www')({
    port: 9001
})
Www.start();
// output - the-product

Note: For all the available config parameters please check config.js file