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…

Catching the Express to Fastify?

#382 β€” April 1, 2021 Read on the Web Node Weekly How to Migrate Your App from Express to Fastify β€” Simon Plenderleith demonstrates what makes Fastify a great alternative, and how to migrate an existing Node.js app from Express to Fastify. It must be the week for it, too, 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…