NodeJS Official
Jod only knows what Node v22 LTS will be called
#551 — October 15, 2024 Read on the Web 😅 If you didn’t get Node Weekly last week, don’t panic – no one did! We were taking a scheduled week off, but unfortunately forgot to notify you in the previous issue. We’re now back every Tuesday till December 17 and Read more…
NodeJS Official
All aboard the (high speed) Express train
#550 — October 1, 2024 Read on the Web µExpress / Ultimate Express: Like Express, But Faster? — It’s not Express, but a reimplementation of Express’s functionality with API compatibility. Based on µWebSockets, and with an optimized router, it boasts faster performance than regular Express, but needs some C++ magic Read more…
NodeJS Official
Principles for doing Node right at scale
#549 — September 24, 2024 Read on the Web The Nine Node Pillars: Principles for Doing Node Right in the Enterprise — An interesting resource from a group of prolific and productive Node.js contributors. It’s designed to act as a checklist to identify gaps in your current Node development practices, Read more…
NodeJS Official
Tough cookies
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers its core functionality in a smaller package and remains a better option than 1child_process in Read more…
NodeJS Official
Express.js 5.0
#547 — September 10, 2024 Read on the Web Express.js 5.0 Released; Sort Of — After a long period of seeming to merely be on life support, work on Express picked up significantly earlier this year with a big plan to push ‘Express forward.’ The first fruit of this process Read more…
NodeJS Official
Two new libraries from Sindre Sorhus
#546 — September 3, 2024 Read on the Web Prisma 5.19.0, Now with ‘Typed SQL’ — Prisma is a popular declaratively-driven ORM in the Node.js / TypeScript world and its new version makes it possible to write raw SQL queries in a type-safe way. Nikolas Burk Node v22.8.0 (Current) Released — Read more…