basic-http-server

A basic, no-frills http server which aims to keep feature set simple so that performance in terms of requests per second can be kept as close to the performance of the core http module as possible.

Usage no npm install needed!

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

README

node-simple-http-server

A basic performant node.js HTTP server for when frameworks like express are overkill.