Sse Demo
Createdthe-vampiire
Demonstrates a Server-Sent Events (SSE) server failing with Bun runtime while succeeding with Node.js.
About
This demo showcases a reproducible issue where an SSE server, built for MCP integration, encounters failure when run using the Bun runtime environment. The same server functions correctly when executed with Node.js. This allows developers to quickly reproduce and investigate the differences in SSE handling between the two JavaScript runtimes, highlighting potential compatibility issues or limitations of Bun in specific server-side scenarios.
Key Features
- 1 GitHub stars