-
implement io_uring?
-
Node 12 is out -- any plans to support it?
Several minimum compiler changes... hopefully they don't cause you many issues.
https://medium.com/@nodejs/introducing-node-js-12-76c41a1b3f3f
Tha…
-
According to the [release notes](https://github.com/uNetworking/uWebSockets/releases/tag/v20.0.0):
> Pub/sub is now a lot more predictable and always guarantees strict ordering inside topics, across …
-
Hello!
First of all, thank you very much for your benchmark, it’s an interesting experience! I would like to ask you to add to Node tests using the uWebsockets.js library. This is faster than the st…
-
Is it better to use HTTP url for uWebSockets.js, so it does not require git package to clone repo while installing?
Current:
```json
{
"dependencies": {
"uWebSockets.js": "github:uNetwo…
-
With the "uws framework (node)" entry always being the top performer, why is it only ever run under Node.js and not re-run under Bun also?
I understand uws is used as the built-in web server of Bun…
-
Package: usockets[core,ssl]:x64-windows-static-release -> 0.8.6#1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.29.30151.0
- vcpkg-tool version: 2023-06-22-f19f3d9939100085fe…
-
**Describe the bug**
I got following error after upgrading nodeJS to v20.10.0:
```bash
2023-11-27T08:30:00: Node.js v20.10.0
2023-11-27T09:20:00: node:events:503
2023-11-27T09:20:00: con…
-
### Discussed in https://github.com/uNetworking/uWebSockets/discussions/1671
Originally posted by **varma08420** October 27, 2023
I have compiled all your examples from uSockets and ran all ty…
-
The method returns "undefined" if no query parameters are specified. Tested on websockets. Address example:
ws://127.0.0.1:8080 - undefined
ws://127.0.0.1:8080?123-123
expected result is an empty…