Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a gRPC transport #45

Closed
6 tasks done
timostamm opened this issue Dec 9, 2020 · 1 comment
Closed
6 tasks done

Provide a gRPC transport #45

timostamm opened this issue Dec 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@timostamm
Copy link
Owner

timostamm commented Dec 9, 2020

We have transports for Twirp and gRPC-web.

But there is no transport for gRPC yet. Having at least client-support for gRPC would be nice.

@grpc/grpc-js mentioned in #44 looks like a good base for an implementation.

TODO

  • README and MANUAL
  • unary methods
  • server streaming methods
  • client streaming methods
  • bidi streaming methods -> need a better server to test against
  • example package
@timostamm timostamm added the enhancement New feature or request label Dec 9, 2020
timostamm added a commit that referenced this issue Dec 14, 2020
timostamm added a commit that referenced this issue Dec 16, 2020
timostamm added a commit that referenced this issue Dec 16, 2020
timostamm added a commit that referenced this issue Dec 16, 2020
timostamm added a commit that referenced this issue Dec 16, 2020
timostamm added a commit that referenced this issue Dec 17, 2020
timostamm added a commit that referenced this issue Dec 18, 2020
timostamm added a commit that referenced this issue Dec 20, 2020
timostamm added a commit that referenced this issue Dec 21, 2020
@timostamm
Copy link
Owner Author

Complete version with duplex streaming released in v2.0.0-alpha.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant