bufbuild / protobuf-es

Protocol Buffers for ECMAScript. The only JavaScript Protobuf library that is fully-compliant with Protobuf conformance tests.
Apache License 2.0
1.12k stars 64 forks source link

can i use this with nest grpc? #646

Closed ChoSeoHwan closed 10 months ago

ChoSeoHwan commented 10 months ago

I don't know where to ask the question, so I'll ask it here.

I’m using protobuf with NestJS gRPC.

Protoc cli is very uncomportable for share protobuf file in monorepo project, So, i want use buf cli.

But, I can’t find how to use protobuf-es with nestjs grpc.

Can i use protobuf-es with nestjs grpc?

smaye81 commented 10 months ago

Hi @ChoSeoHwan we don't support NestJS ourselves, but have you seen this plugin? Would this possibly work for you?

smaye81 commented 10 months ago

@ChoSeoHwan going to close this issue, but if you run across anything related to Protobuf-ES, feel to open a new one. Thanks!