new
0.31.0
|
Mar 23, 2023
|
0.29.0
|
Mar 16, 2023
|
0.18.0
|
Dec 15, 2022
|
0.15.0
|
Nov 24, 2022
|
#86 in HTTP server
2,875 downloads per month
Used in 16 crates
(4 directly)
5MB
19K
SLoC
flash
Flash is a fast HTTP/1.1 server implementation for Deno.
serve({ fetch: (req) => new Response("Hello World") });