-
### Description
I learned about https://github.com/uNetworking/uWebSockets.js which is a faster alternative to [ws](https://www.npmjs.com/package/ws).
[Bun uses a fork of it for WebSockets](https:…
-
### What version of Bun is running?
1.0.2
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
1. Paste the following into the terminal `mkdir unw-bug…
-
The sort method fails the "__check_strict_weak_ordering_sorted" check when adding an entry to the handler list during debug mode.
https://github.com/uNetworking/uWebSockets/blob/600e7fe0faf74fb5472…
-
### Feature proposal
* Firebase Component: build (cmake/external/uWebSockets)
This SDK uses `cmake/external/uWebSockets` `4d94401b` from 20170925 ~v0.14.4... which is **VERY** old!
https://…
-
https://github.com/uNetworking/uWebSockets/releases/tag/v20.14.0
-
#### references
- `https://github.com/uNetworking/uWebSockets.js/issues/602#issuecomment-903296476`
-
Please add **µWebSockets**, https://github.com/uNetworking/uWebSockets
dvska updated
3 years ago
-
#### response streams
- [x] support response.stream
- [ ] support gzip and brotli stream encoding of files
- [ ] test: response stream from file stream
- [ ] test: response stream from lovell's …
-
include instructions on installing dependencies, and hosting static files in the readme
e.g.
npm init
npm install uNetworking/uWebSockets.js#v18.10.0
python -m http.server
-
```js
{
"dependencies": {
"bcrypt": "^5.0.1",
"mongoose": "^6.1.9",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.3.0",
"ws": "^8.4.2"
},
}
```