deno_flash 0.15.0

Fast HTTP/1 server implementation for Deno
Documentation

flash

Flash is a fast HTTP/1.1 server implementation for Deno.

serve({ fetch: (req) => new Response("Hello World") });