Skip to main content

Playground

The playground is not for documentation - it is there to play with the service interface, the server implementation and the generated gotsrpc code.

Go Service

Service interface defintion

https://github.com/foomo/gotsrpc-playground/blob/main/server/services/playground/service.go

Service implementation

https://github.com/foomo/gotsrpc-playground/blob/main/server/server/playground.go

Next.js TypeScript client

https://github.com/foomo/gotsrpc-playground/blob/main/client/pages/playground.tsx