You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Support for http/2 would be an interesting and forward-thinking feature for this project.
The text was updated successfully, but these errors were encountered: