highoutput-http-server

A simple HTTP server class based on koa

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
highoutput-http-server
0.0.95 years ago5 years agoMinified + gzip package size for highoutput-http-server in KB

Readme

highoutput-http-server
A simple wrapper around koa.js.

Usage

const HTTPServer = require('highoutput-http-server');

const server = new Server({
  port: 8080
});
server.start();