-
-
Notifications
You must be signed in to change notification settings - Fork 17k
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
Use of http2 API from master node.core in express application #3476
Comments
PR #3390 is the current work for http2 support, if that helps. |
@dougwilson Thanks and yes, I'm following all the discussion on that thread. Since I'm newbie at JS development just wanted to get clarification about kind of changes I need to make to dc-eis application. For e.g. in this application we have following, var express = require('express'); I understand that above code (app.listen line) needs to change with something line, But is that it? |
Gotcha, sorry. Yes, that would work if you are using the code from that PR branch (not |
@dougwilson Thanks for the example PR. |
@dougwilson, any updates on when the PR will be released and the http2 functionality available? |
Someone needs to complete that PR. I can do it too, but no one ever gave me the code they used so I could finish it. See my request in #3390 (comment) If you have an idea for what my next step is, please let me know 👍 |
@dougwilson Thanks for the update. No worries. Just curious and anxious to use it. :) |
@dougwilson - The thread you linked, you just closed. (That's how I found it). I think the following link is correct? For those looking, here's the new PR under which to discuss this topic - #3730 |
I'm trying to port https://github.com/Node-DC/Node-DC-EIS application (currently in node.js benchmarking) to use http2 api from Node.js core to track and understand performance impact of new api. I know how "spdy" module is used in express app, is this going to be similar? Or is there any guideline or migration document/readme available? What branch of express I should use for my work? This can also help test http2 support in express if that is something is important to expressjs project.
The text was updated successfully, but these errors were encountered: