T
tRPC

tRPC Websockets with a standalone Bun Server?

tRPC Websockets with a standalone Bun Server?

Hhaardik9/30/2023
Hey folks! Experiementing with setting up a standalone tRPC Server using Bun. The HTTP part is great - i'm wondering if anyone has succeeded getting it to work with Bun's websocket server? if not, i'll continue figuring it out and hopefully add an adapter to tRPC.
Nnlucas9/30/2023
So in general Bun should have api parity to Node Which means you can do it all the same as normal, but if you hit bugs it’s something to log with the bun project

Looking for more? Join the community!

T
tRPC

tRPC Websockets with a standalone Bun Server?

Join Server