Node.js 18 (Current) Released — Almost exactly one year after Node 16 and two after Node 14 comes the newest version of Node. It’s a ‘current’ branch release for now, but will become an LTS (Long-Term Support) release in October, and you can expect it to be supported till 2025. What’s new?
As the new ‘current’ release, Node 18 will get all the fancy new features first, until October 2022.
The Fetch API, backed by Undici is now available globally by default. Say hello to (and be aware of)
1
fetch
,
1
Request
,
1
Response
and other new globals.
The Web Streams API is now exposed on the global scope, as are
If you like laundry lists, the official release post by Beth Griggs is well worth working through too.
The Node.js Team
Complete Node.js Learning Path 🚢 — Learn Node.js from foundations up to building APIs and web applications! Get hands-on creating and deploying REST and GraphQL APIs and power your web apps in this complete learning path on Node.js.
Frontend Masters sponsor
The Most Popular Node.js Frameworks in 2022 — OK, it’s a listicle, and the data comes from surveys, GitHub stars, and gut feelings, but it’s a reasonably well put together summarized list of frameworks (back-end, full stack, CMSes, and more) as of right now.
Senior Backend Engineer — We’re on a mission to empower millions of people to hear better through convenient, personalized hearing care — at a fraction of the cost thanks to telemedicine.
Lively Hearing
Find Tech Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
— If you think of Node as a runtime rather than something that must absolutely be JavaScript-based, the title makes sense. The guys in the video use nbb, a Node-based scripting environment for ClojureScript. As an aside, it’s quite cool to see two developers working together within the same screencast.
#557 — November 26, 2024 Read on the Web Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’ trademark? There have been a few efforts to change this Read more…
#556 — November 19, 2024 Read on the Web AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service, essentially launched the term ‘serverless’ and had a big impact Read more…
#555 — November 12, 2024 Read on the Web Node v23.2.0 (Current) Released — On paper, a relatively minor release that updates the root certificates, adding five new ones, but development of TypeScript support has Read more…
0 Comments