@salsita/koa-server
v1.3.3
Published
[![NPM version](https://img.shields.io/npm/v/@salsita/koa-server.svg)](https://www.npmjs.com/package/@salsita/koa-server) ![Downloads](https://img.shields.io/npm/dm/@salsita/koa-server.svg?style=flat) ![Licence](https://img.shields.io/npm/l/@salsita/koa-s
Downloads
13
Readme
@salsita/koa-server
Function to create and configure koa server.
Expects optional parameters:
log
- logging functionssl
- ssl configuration (value or promise resolving in ssl configuration - usually object withkey
andcert
keys)allowUnsecure
- if server is allowed to serve content over HTTP connection instead of redirecting to HTTPS
See https://github.com/salsita/nodejs-training/blob/master/src/index.js repo for usage.