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

Unidirectional GRPC stream #4661

Open
modship opened this issue Mar 13, 2024 · 0 comments
Open

Unidirectional GRPC stream #4661

modship opened this issue Mar 13, 2024 · 0 comments
Labels
api Issues related to the API

Comments

@modship
Copy link
Member

modship commented Mar 13, 2024

We should change all the bidirectional gRPC streams that are not truly necessary into unidirectional streams (server -> client).

This would enable gRPC streaming to work from the web (such as a React application).

Simple example : https://github.com/modship/react-grpc

@modship modship added the api Issues related to the API label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the API
Projects
None yet
Development

No branches or pull requests

1 participant