Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
HttpContext -> ProtocolSession
Map incoming JSON-RPC requests from HTTP POST bodies to the protocol router and stream server notifications back to the client over an established Server-Sent Events (SSE) channel.
Problem it solves
Web-based protocol clients need low-overhead server-push capabilities over standard HTTP.
Consumes
Emits
Establishes
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.