|
|
|
|
|
by tannhaeuser
971 days ago
|
|
Not only is expressjs de-facto, it actually is a community design from before Node.js existed, with earlier implementations (connect, jackjs), including on non-Node.js SSJS-platforms; cf. [1]. Moreover, an expressjs/JSGI middleware can plug-in and directly run off the Node.js core http API, without the additional expressjs routing, etc. [1]: https://wiki.commonjs.org/wiki/JSGI/Level0/A/Draft2 |
|
It also seems like the modern .NET Core Http request pipeline and minimal API are inspired by express.