You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _content/talks/streams.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ layout: talk
3
3
title: "A new streams API?"
4
4
authors: "James M Snell"
5
5
date: "2026-06-15T12:00:00"
6
+
imgsrc: "/img/talks/snell.webp"
6
7
---
7
8
8
9
Node.js and Cloudflare Workers have been experimenting with a new async iterator based stream API that has been demonstrated to be faster than both Node.js streams and Web streams. This talk will present this new approach to hopefully prompt a conversation about how we can move forward.
0 commit comments