Saturday, September 07, 2024

Deno JSR (JS module registry)

 What we got wrong about HTTP imports

by Ryan Dahl, creator or node.js and Deno

JSR is an open-source, cross-runtime code registry that allows users to easily share modern JavaScript and TypeScript. It’s built to be reliable and cheap to host, essentially acting as a heavily cached file server due to immutability guarantees.

Under the hood, JSR still uses HTTP imports.

No comments: