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

HTTP/2 Protocol Support #5

Open
dayorbyte opened this issue Oct 30, 2015 · 1 comment
Open

HTTP/2 Protocol Support #5

dayorbyte opened this issue Oct 30, 2015 · 1 comment

Comments

@dayorbyte
Copy link
Owner

HTTP/2 is a framed binary protocol, so it makes a lot of sense to allow queue operations via it. The easiest way to do this is probably grpc, so that should be the first option looked at.

@dayorbyte
Copy link
Owner Author

I'm pretty sure I don't want to use gRPC now since server push + framing is really what I need. However, the go support for push is only on a branch right now so it isn't worth integrating yet

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

No branches or pull requests

1 participant