google / protobuf.dart

Runtime library for Dart protobufs
https://pub.dev/packages/protobuf
BSD 3-Clause "New" or "Revised" License
531 stars 184 forks source link

add twirp support, client and server #544

Open unicomp21 opened 3 years ago

unicomp21 commented 3 years ago

@kevmoo

kevmoo commented 3 years ago

Uh...not sure what that is.

A bit more context would be nice.

unicomp21 commented 3 years ago

Think grpc-web, but this appears to be more popular, and simpler. Many want something grpc-like that will work w/ the browser.

https://github.com/twitchtv/twirp/blob/main/docs/version_matrix.md

I "think" all the change would be on the protoc side.