-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
uNetworking/uWebSockets.js 20.51.0 #70
Conversation
commit: |
This comment was marked as outdated.
This comment was marked as outdated.
revert package-lock change, remove node 23 as its not supported by uws |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Side note. uNetworking/uWebSockets.js 20.50.0 with Node 23 is a bit faster Requests/sec vs express
|
I have debug this script with both version const express = require("../src/index");
const app = express();
app.get('/:test', (req, res) => {
res.send(req.params.test); // -------------> undefined
})
app.listen(13333, () => {
console.log("Server is running at http://localhost:13333");
}); when call in |
v20.50.0 is broken! v20.51.0 works! |
When will it be merged? |
@dimdenGD there are sono differences into benchmark? |
Update uNetworking/uWebSockets.js at 20.51.0 with support for NodeJs 23