Node 16 released

#​385 — April 22, 2021 Read on the Web Node Weekly Node.js 16 Available Now — It’s always nice to see Node step another version number ahead (unless, perhaps, you find the upgrading process a bit nervewracking!) and 16 immediately replaces 15.x as the ‘current’ release line with 16 due Read more…

Deno 1.9 previews native HTTP/2 server

The latest version of the Deno JavaScript/TypeScript runtime features native HTTP/2 web server capabilities. Deno 1.9 was introduced April 13. For this release, the developers enlisted hyper, a fast HTTP implementation based on the Rust language, to build a new native HTTP/2 server API in Deno. The prior TypeScript-based HTTP Read more…

Security releases all round

#383 — April 8, 2021 Read on the Web Node Weekly April 2021 Security Releases Out Now — As mentioned last week, releases were on their way to fix a variety of high severity security issues and 15.14.0 (Latest), 14.16.1 (LTS), 12.22.1 (LTS) and 10.24.1 (LTS) are now here. More Read more…

A Node ORM roundup

#381 — March 25, 2021 Read on the Web Node Weekly Piscina: A Fast Worker Thread Pool Implementation — Node now offers worker threads which bring true multithreading to Node apps and Piscina is a pool for tracking and controlling the number of such threads (including being able to cancel them). Read more…