Node v23, and a proper hello to Express v5

October 22, 2024 By Mark Otto 0

Node.js Weekly

Node v23.0.0 (Current) Released โ€” Say hello to the newest release line of Node.js that gets all the cutting edge features first (Node 22 will soon become the active LTS release). v23 notably enables support for loading ES modules with require() by default, drops 32-bit Windows support, and node --run goes stable.

Rafael Gonzaga

๐Ÿ“ฃ Node.js v22.10.0 (Current) has also been released with a major enhancement for ESM package developers, and node --run goes stable on v22 too.

Introducing Express v5: The Official Express v5 Release Post! โ€” We first spied the release of Express.js v5 over a month ago but now we get an official release post that tidies up a lot of loose ends and explains the broad plan. For now, v5 is considered a bleeding edge release with work still required in areas of security and overall process, but things are broadly progressing well.

Wes Todd (Express)

Memetria K/V: High-Performance Key-Value Hosting โ€” Boost your Node.js apps with Memetria K/V, providing portable, easy-to-use hosting for Redis OSS and Valkey. Scale your applications with ease and achieve high performance. Includes detailed analytics and large key memory tracking.

Memetria

How Top-Level await Could Break Compatibility โ€” Node 23 makes it possible to load ES modules transparently with require which is great, but.. only if the module being loaded isnโ€™t using top-level await. One for package creators to think carefully about before backwards compatibility issues creep in!

Evert Pot

The Story of the Hono Web Framework โ€” Hono is a lightweight framework designed to run on any JavaScript runtime that’s been picking up steam in the past year. With it, you can create an app in a Express-like style but run it on Cloudflare Workers, Deno, Bun, or Node.

Yusuke Wada

Best Testing Practices in Node.js โ€” A quick-fire list of 15 worthwhile testing practices to use in order to write efficient, effective, and easy-to-maintain tests.

Antonello Zanini

๐Ÿ—“๏ธ Enterprise Ready Conference โ€” One-day event in SF for prod/eng leaders building enterprise SaaS โ€” with speakers from OpenAI, Vanta, Canva, Dropbox.

WorkOS

๐Ÿ“„ How Node.js Can Now Run TypeScript Sam Thorogood

๐Ÿ“„ How to Convert CommonJS to ESM Andy Jiang (Deno)

๐Ÿ›  Code & Tools

Ultimate ExpressJS Starter โ€” Yes, another one! This โ€˜batteries-includedโ€™ TypeScript-based Express.js boilerplate app does include a lot out of the box, though, particularly in the area of file uploading.

GhostLexly