Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

expressjs v5 release date?

There was one small commit for express in June but then nothing since January (before it was acquired by StrongLoop and subsequently IBM). It seems like it has been collecting dust ever since StrongLoop acquired it... Does anyone have any idea when they might start getting a move on? Even discussion around the issue seems to be dead too. It would be great to finally see http2 support, I can't believe such a popular framework like express still doesn't have it, it's been lagging behind for a while now.

like image 865
Nodeocrat Avatar asked Sep 22 '16 16:09

Nodeocrat


1 Answers

At the moment, there no finite date for Express 5 release. Express 4 is pretty stable, so we are in more of a maintenance mode while we await finalization of HTTP/2 in node core among other things.

There is a bunch of stuff planned for Express 5. Some of them have been completed, but we'd want something major like HTTP/2 or promise support before we ship Express 5.

You can actually use HTTP/2 already with Express.

FYI, Express is now a part of Node.js Foundation. It does not belong to StrongLoop/IBM.

And, by the way, we have an active Gitter channel.

like image 109
Hage Yaapa Avatar answered Oct 06 '22 10:10

Hage Yaapa