-
### Library name
uwebsockets
### New version number
20.62.0
### Other information that may be useful (release notes, etc...)
https://github.com/uNetworking/uWebSockets/releases/tag/v20.…
-
U can setup base middleware system smth like this:
```javascript
const middlewares = [
(res, req, next) => { ... },
(res, req, next) => { ... }
];
const runMiddlewares = (res, req) => …
-
run the command and it will show the following errors:
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/uNetworking/…
-
looking for NODE_MODULE_VERSION 93 in:uNetworking/uWebSockets.js
NO WAY !
trying to make test work on my RPI4 ARM64 for UWS.js
return is
(base) axi@axi-desktop:~/MonProjetTruffle…
-
If the first line of http request somehow misses to go in the same packet as `` [method] [path] [version]\r\n`` but instead gets something like ``[method]`` and `` [path] [version]\r\n `` it will retu…
-
A large number of CLOSE_WAIT occurs in my program, this problem causes the memory usage of the program to keep rising, do I need to actively call close to disconnect the connection? Or do you need to …
-
I tried vendoring JS code, does not work. Tried this:
.gitattributes:
```
alexhultman@alexhultman-N56VZ:~/uWebSockets.js$ cat .gitattributes
*.js linguist-language=C++
```
Get this classific…
ghost updated
5 months ago
-
### What is the type of issue?
Documentation is confusing
### What is the issue?
https://bun.sh/docs/api/websockets compares performance with ws library with a link to uwebsockets. But leaves out h…
-
I have written an angular application that has your package as a dependency. it uses source code to build your package, which forces your tests to run. 11 tests fail due to the 2000ms timeout, which…
-
## Bug Report: Server Unresponsive During Large File Uploads
**Version**: `uWebSockets.js 20.42.0`
**Environment**:
- **Node.js version**: v20.11.1
- **OS**: macOS 14.5
- **uWebSockets.js ver…