Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 133 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 133 Bytes

flash

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

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