Workflow
Initial setup in a project
- define a central place for your Go service interface definitions
- define a central place where your TypeScript client code will be generated to
- create one central
gotsrpc.yaml
- implement a TypeScript
transport
for your project
Per service
- define service interfaces in Go
- configure code generation in
gotsrpc.yaml
- generate service proxies and clients with
gotsrpc
cli - go to 1.