@denosaurs/rutt@0.3.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denosaurs/rutt🛣️ A tiny and fast http request router designed for use with deno and deno deploy
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers




JSR Score
100%
Published
10 months ago (0.3.0)
Rutt is a tiny http router designed for use with deno and deno deploy. It is written in about 300 lines of code and is fast enough, using an extended type of the web-standard URLPattern to provide fast and easy route matching.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";
Import directly with a jsr specifier
import * as rutt from "jsr:@denosaurs/rutt";
Add Package
pnpm i jsr:@denosaurs/rutt
pnpm dlx jsr add @denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";
Add Package
yarn add jsr:@denosaurs/rutt
yarn dlx jsr add @denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";
Add Package
vlt install jsr:@denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";
Add Package
npx jsr add @denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";
Add Package
bunx jsr add @denosaurs/rutt
Import symbol
import * as rutt from "@denosaurs/rutt";