Skip to main content

Node.js

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