Crates.io | deno_flash |
lib.rs | deno_flash |
version | 0.34.0 |
source | src |
created_at | 2022-08-25 00:56:50.72793 |
updated_at | 2023-04-03 16:26:56.38722 |
description | DEPRECATED: Fast HTTP/1 server implementation for Deno |
homepage | |
repository | https://github.com/denoland/deno |
max_upload_size | |
id | 651871 |
size | 83,313 |
THIS CRATE IS NOW DEPRECATED
Flash is a fast HTTP/1.1 server implementation for Deno.
serve({ fetch: (req) => new Response("Hello World") });