highoutput-http-server

A simple HTTP server class based on koa

Usage no npm install needed!

<script type="module">
  import highoutputHttpServer from 'https://cdn.skypack.dev/highoutput-http-server';
</script>

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();