flash

THIS CRATE IS NOW DEPRECATED

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

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