protobufts

JSON →
library 0.3.1 ·javascript
verified Jun 7, 2026

Protobufts (version 0.3.1) is a TypeScript code generator that produces strongly-typed models from Protocol Buffer (.proto) definitions, specifically designed for use with Node.js gRPC. It generates TypeScript interfaces and classes for message types, enums, and services, enabling type-safe gRPC client and server implementations. Unlike generic protobuf JavaScript generators, protobufts outputs idiomatic TypeScript with full type information, reducing runtime errors and improving developer experience. The project is in early stages, with recent releases focused on core functionality and limited customization options.