uWebSockets.js icon indicating copy to clipboard operation
uWebSockets.js copied to clipboard

μWebSockets for Node.js back-ends :metal:

Results 79 uWebSockets.js issues
Sort by recently updated
recently updated
newest added

There is now a HIGHLY experimental HTTP3 server built-in on x64 Linux binaries in unreleased binaries branch (npm install uNetworking/uWebSockets.js#binaries) * uWS.startQuicServer() launches a hello world server on port 9004...

eg, something equivalent to [handleUpgrade](https://github.com/websockets/ws/blob/master/doc/ws.md#serverhandleupgraderequest-socket-head-callback). The reason this is useful is that, combined with passing socket handles across processes, you can route all sockets based on the same topic to...

I'm using uWebsockets.js to communicate between servers, and i got this error: "Cork buffer must not be held across event loop iterations!" What exactly can cause this error in my...

bug

This PR adds a workflow that builds arm64 binaries in qemu. Inspired by https://github.com/uNetworking/uWebSockets.js/issues/645#issuecomment-997402927 I tested the [binaries from a test run](https://github.com/lukashass/uWebSockets.js/actions/runs/1900348123) on a Raspberry Pi 3: ``` > process.arch...

Hello, I was in the process of implementing file uploading/body streaming into https://github.com/kartikk221/hyper-express and ran into an issue when attempting to stream file data using chunked encoding transfer. From messing...

FAQ

Hi, I am getting this error `Error: This version of µWS is not compatible with your Node.js build:` after upgrading to 20.6.0. I am running node v14.17.0 What is the...

enhancement
low priority

Hi! First of all, thank for this wonderful library. My problem is the opposite of #647 . I need to know the topics the ws was subscribed to when it...

bug
enhancement

In the interface `WebSocketBehavior`, `closeOnBackpressureLimit` is not detailed as an option, however, it is referenced as a controlling option. Should the option be present in this interface? I had to...

documentation

Judging by the wrapper code these should be available in js land?https://github.com/uNetworking/uWebSockets.js/blob/master/src/HttpResponseWrapper.h#L43

documentation

Hi there 👋 Breaking changes: - Fix `App.listen()` callback parameter type definitions. This is a breaking change if anyone was incorrectly using the types before. Non-breaking changes: - Update comment...