Public list by ~nodeweekly

Issue 626 - Deno hits 76% Node.js compatibility

The Production Playbook for Node.js Stream Leaks – Frontend Masters Blog

https://frontendmasters.com/blog/the-production-playbook-for-node-js-stream-leaks/

A Production Playbook for Node.js Stream Leaks — You used pipeline() but your streams still leak in production. This guide covers five failure modes that sail past tests and code review, then break under real traffic, from unnoticed disconnects to timeouts that kill the response but leave an upstream fetch running. Useful if you run Node services that stream under load.

3 months ago

Deno 2.8 | Deno

https://deno.com/blog/v2.8

Deno 2.8 Hits 76% Node.js Compatibility — A significant release for the JS runtime created by Node’s original creator. Node.js compatibility jumps from 42% to 76.4% (higher than Bun). v2.8 also drops the npm: prefix requirement when adding/installing packages (so deno install is now a drop-in for npm install/pnpm install etc. even in existing Node projects).

#deno #denoland #development #javascript #typescript #webassembly

3 months ago

Node.js — Node.js 24.16.0 (LTS)

https://nodejs.org/en/blog/release/v24.16.0

Node.js 24.16.0 (LTS) Released — If Node 26 is too cutting edge and LTS is more your vibe, there are still new features to be had including crypto.randomUUIDv7(), util.styleText accepting hex colors, and test-order randomization in Node’s test runner.

3 months ago

Using AI to write better code more slowly

https://nolanlawson.com/2026/05/25/using-ai-to-write-better-code-more-slowly/

Using AI to Write Better Code More Slowly — A prolific JavaScript developer says LLMs aren’t just for pumping out bad code quickly, they can indeed help you write higher quality code more slowly.

3 months ago

Ghost — Give every agent its own database

https://ghost.build/

Give Your Agent a DB for Every Task — Most providers cap you at 2 or 3 Postgres projects. ghost gives your agent unlimited. No project limits. Try for free.

3 months ago

Flue — The Agent Harness Framework

https://flueframework.com/

🤖 Flue: An Agent Harness Framework from Astro — A TypeScript framework for building agents which run atop Node. Think something akin to Claude Code, complete with tasks, sandboxing, agent skills, etc, but entirely headless and programmable.

3 months ago

docx - Generate .docx documents with JavaScript

https://docx.js.org/

📝 DOCX 9.7: Generate Word .docx Files from JavaScript — A mature library for generating docx (Word) files. There’s a CodePen-based demo to show off the basics and over 100 example scripts.

3 months ago

Helmet.js

https://helmet.js.org/

🔒 Helmet.js 8.2: Security Hardening for Express Apps — Sets HTTP headers like Content-Security-Policy and Strict-Transport-Security. Aims to be easy to integrate and maintain. v8.2 is the first release in a year.

3 months ago