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

Add support for HTTP 2.0 #12

Open
6 tasks
VigneshVSV opened this issue Jul 22, 2024 · 0 comments
Open
6 tasks

Add support for HTTP 2.0 #12

VigneshVSV opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@VigneshVSV
Copy link
Owner

VigneshVSV commented Jul 22, 2024

Since HTTP 3.0 is already under discussion & HTTP 2.0 seems to be stable, we want to add support for HTTP 2.0

Steps involved:

  • Check tornado's HTTP 2.0 implementation, I made a fork which fixes a bug (https://github.com/VigneshVSV/tornado_http2), merge it back to tornado and get their latest commits
  • If tornado is not stable, find another async provider, how about fastapi?
  • Implement Property, Action and Event Handlers and all other handlers necessary
  • Add option to user to choose the HTTP server and its version
  • Also add support of previous point to the to run_with_http_server method of Thing class
  • Test informally or write tests. If possible, get some numbers regarding the performance in a comparative manner

Either package it with our release or add to pip dependency in requirements.txt

@VigneshVSV VigneshVSV added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant