seb
Explore posts from serversStreaming responses (eg. for streaming ai chat completion text)
Glad to have found that it looks like others are thinking about this feature as well:
- https://github.com/trpc/trpc/pull/4530
- https://github.com/trpc/trpc/pull/4489
- https://github.com/trpc/trpc/issues/4477
Seems like the best option for now is to stream such responses outside of tRPC while waiting for one of those PRs to land. But if there are any better workarounds for now, do let me know!
3 replies