uWebSockets
uWebSockets copied to clipboard
Simple, secure & standards compliant web server for the most demanding of applications
I was wondering if it will be possible to support the co_await (and friends) syntax at some point in the future.
Node can't create strings greater than about 1 GB, and Buffers max out at around 2GB. Because of this limitation I've broken up the message into small chunks. I can...
Hi! First of all, thank for this wonderful library. My problem is the opposite of uNetworking/uWebSockets.js#647 . I need to know the topics the ws was subscribed to when it...
There also seems to be no warnings/errors if uWS is compiled without "WITH_OPENSSL=1" . It compiles and executes without using an ssl context even when the code tells it to....
* ~~Should accept 0-9/A-F/a-f~~ * ~~Should emit error on too large chunk sizes, or invalid hex~~ * ~~Should sever connection on error~~
Should automatically be handled, exposing the uncompressed data in onData handler as needed.
Should have built-in ways for iterating all values in a list header, including repeated headers: for (auto value : req->getHeaderList("some-header-with-list")) { } where delim is comma by default but can...
Typo in AsyncFileStreamer.h
I tried to setup a server with .connect("/") endpoint, to support HTTPS proxy. I dont think it works at all though, and I'm not even sure that method in the...
As of Linux 5.19 I now see slight outperformance with io_uring for an actual networked ping/ping benchmark involving client and server TCP processes. It's less than 10% on my computers,...