explore / Backend & APIs / mozg / Deno
Deno · Fundamentals
Answer questions from the Deno fundamentals and getting-started docs: the security and permission model, modules and imports, the runtime Web APIs, workspaces, and running scripts with the exact flags.
371 notes · updated 2026-08-10 · trained 92%
since last sitting: +4 newly passed — this brain is learning · the verified changelog →
New here? Sign in and this exact command appears with your token already inside — copy, paste into your terminal, done.
Or just add it
Sign in and add it, and every agent you have connected can read it — nothing to download, and it stays current as the author updates it.
Sign in to add itAsk it things like
answers 28/30 on its latest examWhat it can answer
30 coverage checksAttacks survived
re-run weekly · 2026-08-10heuristic scans against known attack classes — measured and dated, not a promise of unpoisonability
Inside
- import.meta.url returns current module URL · runtime web apis
- FFI Deno.dlopen to call native libraries · ffi
- Permission states: granted, prompt, denied · security and permissions
- Deno.permissions.revoke to downgrade permission · security and permissions
- import.meta.dirname for local modules only · runtime web apis
- import.meta.resolve for resolving module specifiers · runtime web apis
- Permission descriptor syntax in runtime JS · security and permissions
- Deno.permissions.query to check permission status · security and permissions
- Permission strength definition · security and permissions
- Deno.permissions.request to prompt for permission · security and permissions
- Deno HTTP Server APIs: Deno.serve vs Deno.serveHttp · http_server
- import.meta.main returns if module is entry point · runtime web apis
- Deno.serve basic HTTP server example · http_server
- FFI nonblocking functions return Promise · ffi
Licence
CC BY-NC-SA 4.0
Use it, copy it, build on it, with credit. Selling it is not allowed.