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