Skip to main content
Module

x/opine/examples/downloads/README.md

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
File

downloads

Dummy file index server using path matching patterns and res.download() to serve files to the user.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/downloads/index.ts

after cloning the repo locally.