-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Development On Hold? #2827
Comments
Express is in active development. In particular, unlike the Express of old, a lot of Express code lives in dependency modules, with most work occurring there. For example, the entire router of Express has been extracted into it's own module, so the main source of activity for Express no longer even lives in this repository. I hope that helps; Express is made up of about 50 repositories, and so activity will be spread across them, an no longer concentrated here. There is only so much activity that can be done on a small repository. |
Is there a central place that has a list of all of those repositories? |
On GitHub, we have them split into three organizations: expressjs, pillarjs, and jshttp. General feedback can always be provided at callback@strongloop.com |
I'm on a computer now, so here are the links: |
Thanks for the info, looking forward to 5.x 👍. |
So are we all :) Our big ticket items are out of the box TypeScript bindings, HTTP/2 support, and Promise support in the middleware model. |
TypeScript bindings and Promise support are two of the reason I can't wait to use 5.x. Great work from the express team and contributors. |
@dougwilson - can you please elaborate on this: |
He was talking about express 5.x, which has the router here. |
I've not noticed any updates to this repo in awhile, any reasons to this? I haven't seen any posts about it either, though I've noticed some contributors/owners replying to issues. No big deal, just wondering.
The text was updated successfully, but these errors were encountered: