trpc-openapi
trpc-openapi copied to clipboard
Support for server-side events?
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.