mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00

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>
7 lines
122 B
Markdown
7 lines
122 B
Markdown
# flash
|
|
|
|
Flash is a fast HTTP/1.1 server implementation for Deno.
|
|
|
|
```js
|
|
serve((req) => new Response("Hello World"));
|
|
```
|