|
|
|
|
|
by zaphodias
177 days ago
|
|
Did you mean gRPC maybe? In any case, my experience so far has been great. The connect-es generator takes your protobuf and generates a TypeScript library which looks pretty good. You can use ConnectRPC both from the browser and from Node.js (the latter can leverage HTTP/2, while the former uses the native fetch() or a function you provide). |
|