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 #7

Closed
bkinsey808 opened this issue Apr 17, 2016 · 2 comments
Closed

http/2 #7

bkinsey808 opened this issue Apr 17, 2016 · 2 comments

Comments

@bkinsey808
Copy link
Contributor

Support for http/2 would be an interesting and forward-thinking feature for this project.

@paullryan
Copy link
Contributor

paullryan commented Apr 30, 2016

Given that this starter uses express.js for it's server side routing, to support http/2 it would have to wait till molnarg/node-http2#100 is addressed which requires expressjs/express#2432 from the express team (slated for express 5.0).

If you want/need support for http2/spdy today you can switch the routing your self in server.js to another engine such as Koa and use either the node-spdy or node-http2 modules in serve.js yourself. Seems to be working for me.

@bkinsey808
Copy link
Contributor Author

Thanks for the info. Appreciate it.

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