My personal starting point for TypeScript gRPC projects.
- Simple, flexible, and tidy with sensible defaults
- Pure TypeScript
- Separate publishable package with protobuf TypeScript types & definitions for server & client (using protobuf-ts)
This is so that you can publish your protobuf types & definitions to a package registry, this allows your gRPC clients to install and use the exact same types as the server.
TODO:
- Quick breakdown on how everything is setup (important things to know)
- Where & what code to change if using template
- ...