Todos
There was a time, when building a todo app was the default demo, so here is one for you.:
Go Service
Service interface defintion
https://github.com/foomo/gotsrpc-playground/blob/main/server/services/todos/service.go
Service implementation
https://github.com/foomo/gotsrpc-playground/blob/main/server/server/todos.go
Next.js TypeScript client
https://github.com/foomo/gotsrpc-playground/blob/main/client/pages/todos.tsx