Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

khanakialab/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors