Skip to content
On this page

Node.js

Understanding Node.js Core Concepts is great intro.

Tao of Node is useful. Broken Promises is a great talk on JS promises.

Currently prefer using Bun instead of Node. Deno is interesting too.

H3 is nice HTTP lib. If you're not using Bun, tsno or tsx are good for running node.

Notes