tRPC
The main benefit of
tRPC
is it's simplicity in setting up and using. It adds type safety with client/server interaction and can speed up the developer process substantially.
We have made some examples utilising tRPC. Please take a look at them and the sample code related to the examples to see how straight forward it is to use:
A Simple tRPC Example
- This example with display the current time on the server and it will update every minute by re-calling the server.
A more complex tRPC Weather Example
- This example gets weather information from the
UK Met Office
for the last 24-hours.

FUTORO