How we built JSR
Shared: | Tags: system-designAn overview of the design choices behind creating the JavaScript Registry (JSR) which is compatible with yarn
, npm
and others. One thing that stood out to be was that the website is rendered server-side, the post goes through their design to optimize for Time-To-First-Byte between their rendering and API server backed by a Postgres database.
The rest of the post is also a good read.