tsrpc
tsrpc copied to clipboard
gRPC compatibility
Hey,
I want to use Unity as frontend and TSRPC as backend, is that possible?
Hello, TSRPC only have TypeScript client yet, but you still have some way to use it in Unity.
- Use TSRPC as backend, and set
json: true
, send and receive JSON in unity manually.
or
- Use puerts, which can use TypeScript to write game logic.