NodeJS Official
Stream if you wanna go faster
#540 — July 16, 2024 Read on the Web A Guide to Reading and Writing Node.js Streams — A post from the creator of Fastify (and a Node.js TSC member) is always a treat. Matteo reminds us of the benefits of using Node’s powerful streaming data features, where they make Read more…
NodeJS Official
Node experiments with adding SQLite
#539 — July 9, 2024 Read on the Web Node to Get SQLite Built-In? — Deno has its own built in key/value store powered by SQLite – perhaps Node could gain similar powers by this initial effort to bake SQLite into the Node distribution. It’s early days, but interesting to Read more…
NodeJS Official
Taming event loop lag
#538 — July 2, 2024 Read on the Web How We Tamed Node.js Event Loop Lag: A Deepdive — Node famously uses very few threads yet can handle a large number of clients performantly, as long as the work associated with each client is ‘small.’ When you get nested loops, Read more…
NodeJS Official
Should Node make ES modules easier to use?
#537 — June 25, 2024 Read on the Web ✈️ I’ve produced this issue a day early due to being en-route to the AI Engineer World’s Fair, so any last minute news may be missed. If you’re there, do come and say hi, but you can also watch from afar Read more…