uNetworkingAB

Results 22 issues of uNetworkingAB

### What is the problem this feature will solve? Fast calls in V8 was introduced 4 years ago, soon to be half a decade ago. These features are still not...

feature request
stale

This is faster. Confirmed to work

Looking at those who classify as Platform, it's obvious that uWebSockets.js is at least Platform, if not Fullstack. It's definitely not Micro. TLS, SNI router with wildcard, URL router with...

Another solution to excessive JS calls could be to simply add a caching layer that stores whatever the JS callback wrote, for a duration of X seconds, seding it back...

There are ways to easily support more abstract interfaces such as the fetch one, without any significant perf. loss in fast path. Request is stack allocated and is only valid...

Your test is good because the requirements make it impossible to cheat with a simplified parser / hardcoded response. BUT - the requirements for JSON parsing is ambiguous. If you...

Windows is the only platform where arm64 is Tier 2 according to Node.js. But it isn't Experimental. So whenever this platform goes into Tier 1 support, we need to start...

Would be interesting to see updated results for static routes in Bun. From my benchmarking, those are slightly faster than uws.js. At least for the "Hi" route.

Version: Deno 2.0.0 I made a quick and simple standards test and found that Deno does not properly check for Content-Length vs. Transfer-Encoding. It must close the connection with error...

bug