tRPCttRPC
Powered by
MauriceM
tRPC•7mo ago•
1 reply
Maurice

Is it possible to use tRPC with Deno over Websockets only?

I guess this is NodeJS: import ws from 'ws';
and apply WSSHandler requires it as in the example here:
https://trpc.io/docs/server/websockets

I was wondering if there is a way to run it with Deno (not in compatibility mode because it's not recommended for production).
WebSockets | tRPC
You can use WebSockets for all or some of the communication with your server, see wsLink for how to set it up on the client.
WebSockets | tRPC
tRPCJoin
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,015Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Is it possible to only use WebSockets when necessary, otherwise use httpbatch or http?
DerockDDerock / ❓-help
3y ago
is it possible to use trpc without the app router?
tltlTtltl / ❓-help
17mo ago
Is It Possible to use methodOverride with createNextApiHandler?
Sami Mis'halSSami Mis'hal / ❓-help
2y ago