t
tRPC
M
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
.
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,015
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Is it possible to only use WebSockets when necessary, otherwise use httpbatch or http?
D
Derock / ❓-help
3y ago
is it possible to use trpc without the app router?
T
tltl / ❓-help
17mo ago
Is It Possible to use methodOverride with createNextApiHandler?
S
Sami Mis'hal / ❓-help
2y ago