Making Pusher typesafe with tRPC?
I thought I saw Theo make a video where he used tRPC with Pusher, but I can't find it. Is there currently a simple way to connect tRPC with the frontend and backend versions of Pusher?
2 Replies
tRPC can't be used with pusher, pusher is a separate client, service and protocol
I made a trpc-LIKE zod validator for pusher events
Shared the source code for it in #sub-only awhile back, info that good isn't free 😉
Subbed and found it, thanks!