Hacker News new | ask | show | jobs
by idbehold 1476 days ago
https://github.com/bufbuild/protobuf-es/blob/main/docs/gener... And there's also this which is by the same author but came before it: https://github.com/timostamm/protobuf-ts

The latter has code-generation for services and has various transport packages for twirp, grpc, and grpc-web.

1 comments

You found us :) That's the very early version of the marshaling support - it's pure ECMAScript, so it'll work in browsers, Node, or Deno.

`connect-web` will add the RPC layer, built on top of the browser's `fetch` API.