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(S)/2 Support #424

Closed
ashubham opened this issue Jun 21, 2020 · 1 comment
Closed

HTTP(S)/2 Support #424

ashubham opened this issue Jun 21, 2020 · 1 comment

Comments

@ashubham
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Using Http2 in Dev mode will make the application load faster as it removes the "6 concurrent requests" limit from the browser and makes each request faster as it uses connection pooling.

Describe the solution you'd like
Instead of node http/https packages, use the http/2 package and options.

A similar solution is already implemented by Snowpack for example:
FredKSchott/snowpack#399

Describe alternatives you've considered
Snowpack is an alternative, but I want to stick to using Rollup in Prod.

@yyx990803
Copy link
Member

yyx990803 commented Jun 22, 2020

We already have https support... turns out we didn't think of making it http2 by default 😅

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants