tsrpc icon indicating copy to clipboard operation
tsrpc copied to clipboard

gRPC compatibility

Open Maufeat opened this issue 2 years ago • 1 comments

Hey,

I want to use Unity as frontend and TSRPC as backend, is that possible?

Maufeat avatar Aug 19 '22 02:08 Maufeat

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.

k8w avatar Sep 21 '22 14:09 k8w