An experimental implementation of the DTLS protocol is coming to Node.js, bringing TLS-equivalent security to datagram-based communication over UDP.
This is Part 5 in a series on the new `node:quic` module in Node.js
This is Part 3 in a series on the new `node:quic` module in Node.js
This is Part 4 in a series on the new `node:quic` module in Node.js
This is Part 2 in a series on the new `node:quic` module in Node.js
A functional implementation of the QUIC and HTTP/3 protocols has finally landed in Node.js.
Should Node.js accept AI-generated code? tl;dr Yes, it should.
The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder, Web Crypto API and more. The latest effort underway is to implement support for the Web Streams API...
Node.js offers powerful new capabilities for generating random UUIDs and random prime numbers.
The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for canceling asynchronous operations in the Node.js core API...
Several years ago, I was called out by a customer to help them resolve some performance issues they were having in their Node.js application. They were experiencing massive event loop blocking issues in their server, getting a whole 5 requests per second — and, in one extreme case, an event loop delay of over one minute...
The Node.js project has been working on implementations of standard web platform APIs, such as the WHATWG URL parser, AbortController, EventTarget, TextEncoder and more. The latest effort underway is to implement support for the Web Cryptography API. Here, we dig into some of the details of that new implementation and show a little of what it will enable in Node.js...
The one where we talk to Allessandro about Node.js and Voice over IP
Piscina is a worker thread pool implementation for Node.js
Node.js is one of the trends in the programming world. Let's learn how to create node.js command-line applications.