mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
cd21cff299
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> Co-authored-by: crowlkats <crowlkats@toaxl.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
122 B
122 B
flash
Flash is a fast HTTP/1.1 server implementation for Deno.
serve((req) => new Response("Hello World"));