This message was deleted.
# contribute
s
This message was deleted.
t
l
Is the grpc protocol between the host and a provider also defined in a file somewhere, like protobuf, so that a provider can be implemented in e.g. Typescript?
w
Yes - that's the one. FWIW - There is an implementation of the RPC interface in TypeScript as part of the "Node.js dynamic provider" here: https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/cmd/dynamic-provider/index.ts
💯 1