improbable-eng / grpc-web

gRPC Web implementation for Golang and TypeScript
Apache License 2.0
4.39k stars 436 forks source link

Does this library support `await` and `async` syntax for client? #1103

Open yingshaoxo opened 2 years ago

yingshaoxo commented 2 years ago

As the question.

How can I do it?

Or should you guys try to implement such a thing?

Because nowadays we use that syntax a lot.