-
Notifications
You must be signed in to change notification settings - Fork 134
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
Generic server support #56
Comments
Released in v2.0.0-alpha.9 |
Updated in v2.0.0-alpha.10 |
Deadline cancellation on server through grpc-backend do not work correctly. Getting the same error about incomplete chunked encoding as in smnbbrv/ngx-grpc#41 |
Running with generic servers as experimental. Fixed the readme of |
For clients, we generate a generic interface / implementation that is agnostic to the protocol.
The actual protocol implementation is delegated to a "transport".
A similar concept can be applied to servers. We generate a generic interface for a server, and provide the protocol in "backend" packages.
Proof of concept:
@protobuf-ts/grpc-backend
TODO
The text was updated successfully, but these errors were encountered: