Skip to main content

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

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

Service implementation

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

Next.js TypeScript client

client/pages/wheel-of-fortune.tsx
https://github.com/foomo/gotsrpc-playground/blob/main/client/pages/todos.tsx