jlalmes / trpc-openapi

OpenAPI support for tRPC 🧩
https://www.npmjs.com/package/trpc-openapi
MIT License
2.12k stars 136 forks source link

Support for server-side events? #429

Open corbt opened 7 months ago

corbt commented 7 months ago

Hey there! We're writing an app that needs server-side events (it requires proxying events to an LLM like OpenAI). We're currently using trpc-openapi and love it; wondering if there's any way to keep our same architecture and add in SSE?

This is within a NextJS app.