Tag: nodejs

17 posts

Experimental DTLS Support in Node.js

An experimental implementation of the DTLS protocol is coming to Node.js, bringing TLS-equivalent security to datagram-based communication over UDP.


jasnell.me icon
jasnell.me
jasnell.me
·
May 20, 2026

Advanced QUIC

This is Part 5 in a series on the new `node:quic` module in Node.js


jasnell.me icon
jasnell.me
jasnell.me
·
May 6, 2026

QUIC Streams - Sending and Receiving Data

This is Part 3 in a series on the new `node:quic` module in Node.js


jasnell.me icon
jasnell.me
jasnell.me
·
May 6, 2026

HTTP/3 Over QUIC in Node.js

This is Part 4 in a series on the new `node:quic` module in Node.js


jasnell.me icon
jasnell.me
jasnell.me
·
May 6, 2026

QUIC Endpoints, Sessions, and the QUIC Connection Lifecycle

This is Part 2 in a series on the new `node:quic` module in Node.js


jasnell.me icon
jasnell.me
jasnell.me
·
May 6, 2026

QUIC and HTTP/3 Come To Node.js (finally)

A functional implementation of the QUIC and HTTP/3 protocols has finally landed in Node.js.


jasnell.me icon
jasnell.me
jasnell.me
·
May 6, 2026

2 AI or not 2 AI... Is really not the question

Should Node.js accept AI-generated code? tl;dr Yes, it should.


jasnell.me icon
jasnell.me
jasnell.me
·
Mar 17, 2026

Day 0.0.0 - Hello, World!

Day 0.0.0 of building my exit strategy of my corporate 9-5 whilst working as a senior software engineer.

·
Jan 20, 2026

レスポンス429の時に成功するまでリクエストをし続ける


N
nove-b blog
blog.nove-b.dev/
·
Mar 18, 2025

Implementing the Web Streams API in Node.js

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...


jasnell.me icon
jasnell.me
jasnell.me
·
Aug 5, 2021

New crypto capabilities in Node.js - UUID's and Primes

Node.js offers powerful new capabilities for generating random UUIDs and random prime numbers.


jasnell.me icon
jasnell.me
jasnell.me
·
Jul 28, 2021

Using AbortSignal in Node.js

The AbortController and AbortSignal APIs are quickly becoming the standard mechanism for canceling asynchronous operations in the Node.js core API...


jasnell.me icon
jasnell.me
jasnell.me
·
Jul 21, 2021

Broken Promises - The Node.js Event Loop

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...


jasnell.me icon
jasnell.me
jasnell.me
·
Jun 2, 2021

Implementing the Web Crypto API for Node.js Core

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...


jasnell.me icon
jasnell.me
jasnell.me
·
Oct 19, 2020

OpenHive.js with Alessandro Polidori on Open Source and VoIP

The one where we talk to Allessandro about Node.js and Voice over IP


jasnell.me icon
jasnell.me
jasnell.me
·
Oct 6, 2020

Learning to swim with Piscina.js

Piscina is a worker thread pool implementation for Node.js


jasnell.me icon
jasnell.me
jasnell.me
·
Jun 3, 2020

How To Create a Node.js Command-Line Application

Node.js is one of the trends in the programming world. Let's learn how to create node.js command-line applications.


Henrique Dias icon
Henrique Dias
hacdias.com
·
Mar 31, 2015