📄️ FAQ / Troubleshooting
Collection of frequently asked questions with ideas on how to troubleshoot & resolve them.
📄️ HTTP RPC Specification
Methods Type mapping
📄️ Subscriptions
You can either use WebSockets or Server-sent Events (SSE) to setup real-time subscriptions in tRPC.
📄️ WebSockets
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.
📄️ Further Reading
Who is this for?