<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>James M Snell &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/james-m-snell/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Fri, 27 Feb 2026 06:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>We deserve a better streams API for JavaScript</title>
		<link>https://noise.getoto.net/2026/02/27/we-deserve-a-better-streams-api-for-javascript/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 06:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[typescript]]></category>
		<category><![CDATA[апи]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=35e2dfcadc623b3540bc6ce8e50b03c7</guid>

					<description><![CDATA[The Web streams API has become ubiquitous in JavaScript runtimes but was designed for a different era. Here's what a modern streaming API could (should?) look like.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>A year of improving Node.js compatibility in Cloudflare Workers</title>
		<link>https://noise.getoto.net/2025/09/25/a-year-of-improving-node-js-compatibility-in-cloudflare-workers/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Thu, 25 Sep 2025 13:00:00 +0000</pubDate>
				<category><![CDATA[Birthday Week]]></category>
		<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Servers]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=601276c09d18fe40aac7074cd6173b8c</guid>

					<description><![CDATA[Over the year we have greatly expanded Node.js compatibility. There are hundreds of new Node.js APIs now available that make it easier to run existing Node.js code on our platform.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>More NPM packages on Cloudflare Workers: Combining polyfills and native code to support Node.js APIs</title>
		<link>https://noise.getoto.net/2024/09/10/more-npm-packages-on-cloudflare-workers-combining-polyfills-and-native-code-to-support-node-js-apis/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Mon, 09 Sep 2024 21:00:00 +0000</pubDate>
				<category><![CDATA[Без категория]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9b72fc7f9c00fbc15521fe018f070c29</guid>

					<description><![CDATA[Workers now supports more NPM packages and Node.js APIs using an overhauled hybrid compatibility layer.]]></description>
		
		
		
			</item>
		<item>
		<title>More Node.js APIs in Cloudflare Workers — Streams, Path, StringDecoder</title>
		<link>https://noise.getoto.net/2023/05/19/more-node-js-apis-in-cloudflare-workers-streams-path-stringdecoder/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Fri, 19 May 2023 13:00:47 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Developer Week]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[WinterCG]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=337e7177b22cbda1b8f6513fd76e233c</guid>

					<description><![CDATA[Today we are announcing support for three additional APIs from Node.js in Cloudflare Workers — stream, crypto, and http/https.request. This increases compatibility with the existing ecosystem of open source NPM packages, allowing you to use your preferred libraries in Workers.]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/05/image2-34.png" length="0" type="" />

			</item>
		<item>
		<title>Node.js compatibility for Cloudflare Workers – starting with Async Context Tracking, EventEmitter, Buffer, assert, and util</title>
		<link>https://noise.getoto.net/2023/03/23/node-js-compatibility-for-cloudflare-workers-starting-with-async-context-tracking-eventemitter-buffer-assert-and-util/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Thu, 23 Mar 2023 13:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[WinterCG]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f94dc3fdff9303df48bc9949aafee37f</guid>

					<description><![CDATA[Over the coming months, Cloudflare Workers will start to roll out built-in compatibility with Node.js core APIs as part of an effort to support increased compatibility across JavaScript runtimes]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/03/image1-42.png" length="0" type="" />

			</item>
		<item>
		<title>The road to a more standards-compliant Workers API</title>
		<link>https://noise.getoto.net/2022/11/14/the-road-to-a-more-standards-compliant-workers-api/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Mon, 14 Nov 2022 14:00:00 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Developer Week]]></category>
		<category><![CDATA[апи]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=409fd313a0e0ad67eef2ac40ce0f534a</guid>

					<description><![CDATA[We have been making improvements in the Workers runtime to increase alignment with Web Platform standards around event handling, task cancellation using AbortController, text encoding and decoding, URL parsing and pattern matching, and streams support.]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/11/image1-16.png" length="0" type="" />

			</item>
		<item>
		<title>A Community Group for Web-interoperable JavaScript runtimes</title>
		<link>https://noise.getoto.net/2022/05/09/a-community-group-for-web-interoperable-javascript-runtimes/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Mon, 09 May 2022 13:00:27 +0000</pubDate>
				<category><![CDATA[Platform Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ebfb025bbfa94cbebcdcc1c0b784849b</guid>

					<description><![CDATA[Cloudflare is excited to be a part of the launch of the Web-interoperable Runtimes Community Group, a new effort that brings contributors from Cloudflare Workers, Deno, and Node.js together to collaborate on common Web platform API standards]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/05/image1-9.png" length="0" type="" />

			</item>
		<item>
		<title>Making connections with TCP and Sockets for Workers</title>
		<link>https://noise.getoto.net/2021/11/15/making-connections-with-tcp-and-sockets-for-workers/</link>
		
		<dc:creator><![CDATA[James M Snell]]></dc:creator>
		<pubDate>Mon, 15 Nov 2021 13:59:16 +0000</pubDate>
				<category><![CDATA[Cloudflare Workers]]></category>
		<category><![CDATA[Full Stack Week]]></category>
		<category><![CDATA[QUIC]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f2e67d299a00bc93f995751cdd56d5bc</guid>

					<description><![CDATA[The ability to make TCP and QUIC client connections from within Workers and Durable Objects, as well as the ability to connect to Workers over TCP and QUIC without using HTTP, will be coming to Cloudflare Workers. Here’s a peek at what we’re working on.]]></description>
		
		
		<enclosure url="https://blog.cloudflare.com/content/images/2021/11/unnamed--1--5.png" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 32/146 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-03-05 18:12:25 by W3 Total Cache
-->