README
node-simple-http-server
A basic performant node.js HTTP server for when frameworks like express are overkill.
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.
<script type="module">
import basicHttpServer from 'https://cdn.skypack.dev/basic-http-server';
</script>
A basic performant node.js HTTP server for when frameworks like express are overkill.