RIP Node.js 10

#​387 β€” May 6, 2021 Read on the Web πŸ–‹ Just a note to say we’re experimenting a little bit with the format of the newsletter over the coming weeks, so if you have any feedback, hit reply and let us know. We’re also always keen for submissions so let Read more…

What’s next for Node.js?

#​386 β€” April 29, 2021 Read on the Web πŸ–‹ Just in case you missed last week’s issue, it was a big one as Node 16 was released so it’s worth a catch up πŸ™‚ This week is somewhat quieter but a few neat things have been comingΒ in..__Peter Cooper, your Read more…

Prisma ORM for Node.js is ready for production

Prisma, an open source object-relational mapping (ORM) toolset for Node.js and TypeScript, is now available as a production release. Intended to address the bottleneck of working with relational databases, Prisma supports MySQL, PostgreSQL, SQLite, and SQL Server (in preview), with a connector for MongoDB in the works. Unveiling the platform Read more…

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…

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…