diff options
Diffstat (limited to 'ext/flash/README.md')
-rw-r--r-- | ext/flash/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/flash/README.md b/ext/flash/README.md new file mode 100644 index 000000000..465c60d47 --- /dev/null +++ b/ext/flash/README.md @@ -0,0 +1,7 @@ +# flash + +Flash is a fast HTTP/1.1 server implementation for Deno. + +```js +serve((req) => new Response("Hello World")); +``` |