File SystemHTTP & NetworkingStreaming HTTP Server with Node.js StreamsIn Bun, a Response accepts a Node.js Readable as its body.Copy MarkdownOpenServer-Sent Events (SSE) with BunServer-Sent Events let you push a stream of text events to the browser over a single HTTP response. The client consumes them with EventSource .Build a simple WebSocket serverStart a WebSocket server with Bun.serve .