1 2 3 4 5 6 7
# flash Flash is a fast HTTP/1.1 server implementation for Deno. ```js serve((req) => new Response("Hello World")); ```