uWebSockets icon indicating copy to clipboard operation
uWebSockets copied to clipboard

Simple, secure & standards compliant web server for the most demanding of applications

Results 87 uWebSockets issues
Sort by recently updated
recently updated
newest added

Exposes the remote socket port to the upper layers Should be merged before pull request: https://github.com/uNetworking/uWebSockets.js/pull/1162 Related to issue: https://github.com/uNetworking/uWebSockets.js/issues/1160

To support post quantum cryptography standards (NIST has approved under FIPS203) there is the need to support ML-KEM. BoringSSL already has support for ML-KEM-768 and ML-KEM-1024, with the latter requiring...

Is it possible to set HTTP 103 Early Hints response in uWebSockets? Thanks!! https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103 https://developer.chrome.com/blog/new-in-chrome-103/

I have installed the libraries: apt-get install libasio-dev libfmt-dev libuv1-dev zlib1g-dev libssl-dev liburing-dev I have downloaded the last version with: git clone --recursive https://github.com/uNetworking/uWebSockets I have build uSockets/boringssl with CMAKE...

I was testing HelloWorld example with io_uring backend and found out that the server sometimes(quite often actually) calls any("/") route rather than get("/") route even though req->getMethod() returns "get" within...

Provides an updated App options interface to allow specifying in-memory cert/key data rather than filepath (filepath is still the default) Provides `TemplatedApp::setOptions(const SocketContextOptions& options)` to change server options while the...

As user I would very much like to deliver http status and headers in the context of a chunked http response before sending any body chunks. ### The challenge I'm...

### Changed - Updated `HttpResponse` with `beginWrite`. ### Context See #1895

In order to track all requests in my project, I also want to track incoming requests that produce an internal http parsing error (mainly 431 Request Header Fields Too Large)....

Hello, This is more a question than a real issue. We are using uWebsockets to put up a minimal http server for REST api requests in our C++ code. The...

FAQ