Deno — A modern runtime for JavaScript and TypeScript. Learn it — Deno by Example
How Deno works especially the bits about Extensions, web workers, and building your own runtime.
Why Deno
Applications written in Typescript
Libraries
- Deno KV - a global database for global apps — uses sqlite locally and foundationdb on the hosted service using the same interface.
- Deno KV | Simon Willison’s TILs has some interesting implementation details behind the local k/v store backed by sqlite. (also found out how to use the activity monitor on macOS).
- Ultra: The Quest for Zero-Legacy
Ultra is an all ESM React/Deno framework that is built for Suspense Server Side Rendering. Write ESM, ship ESM, simplify your life.
ESM stands for ES modules.