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

Support HTTP2 and WebSockets with TLS #99

Open
JoachimM7 opened this issue Mar 9, 2025 · 2 comments
Open

Support HTTP2 and WebSockets with TLS #99

JoachimM7 opened this issue Mar 9, 2025 · 2 comments

Comments

@JoachimM7
Copy link

It seems, that using HTTP2 + WebSockets is currently impossible. I would like to use both. Unfortunately I don't understand the code base to add this feature. Any ideas?

@adam-fowler
Copy link
Member

No it is not possible at the moment. Are you needing bi-directional support or do you just need a feed of events from the server? Because if you are just needing a feed of events from the server, you could use SSE over HTTP2.

As I understand it the negotiation process is considerably different for HTTP2. I haven't looked into in any detail though.

@adam-fowler
Copy link
Member

RFC for WebSockets over HTTP2. https://www.rfc-editor.org/rfc/rfc8441

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

2 participants