AsyncLocalStorage and Structured Logging in Nest.js
Using request context for more detailed logs
Backpressure in WebSockets using Web Streams
The WebSocket API does not support backpressure. The Web Streams API does. Wouldn't it be great if we could use them together?