> Deno Runtime
Server-side TypeScript with Deno. Built-in TypeScript, permissions, std library, and fresh framework.
fetch
$
curl "https://skillshub.wtf/skillshub-team/catalog-batch5/deno-runtime?format=md"SKILL.md•Deno Runtime
Deno
Run
deno run --allow-net --allow-read server.ts
deno run --watch server.ts # dev mode
HTTP Server
Deno.serve({ port: 8000 }, (req) => {
const url = new URL(req.url);
if (url.pathname === "/api/hello") return Response.json({ msg: "hello" });
return new Response("Not Found", { status: 404 });
});
Permissions: --allow-net, --allow-read, --allow-write, --allow-env
Imports: import from "https://deno.land/std@0.220.0/..."
deno.json for import maps, tasks, lint/fmt config
Fresh framework for full-stack Deno web apps
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.
┌ stats
installs/wk0
░░░░░░░░░░first seenMar 18, 2026
└────────────