uWebSockets
uWebSockets copied to clipboard
Simple, secure & standards compliant web server for the most demanding of applications
- can't find the way to use "**Cloudflare Origin Certificate**" - use then blocking IP list provided by Cloudflare that ignore many Asian exit countrys Siggapur,Thailand,Laos,Vietnam i.e missing 172.68.6.144 from...
Instead of having cert and key on disk is it possible to provide them from memory?
I've explored a bit more after briefly [filing before](us_listen_socket_close), and found there are (what seem to be) a few issues with ASIO as a backend ([hopefully fixed one of them](https://github.com/uNetworking/uSockets/pull/204))....
Currently you need to track App.filter events and websocket .close to get accurate connection number. * Either App.filter should decrement when websocket.close happens (not possible) * Or, App.filter should decrement...
Fixes: https://github.com/uNetworking/uWebSockets/issues/1600 1. Ensures that uSockets is installed with the `make install` command. 2. Gives hints as to the nuances with the git submodule for uSockets. 3. Gives hints on...
**Problem description:** I have installed uWebSockets on my Ubuntu system, but I noticed that the `libusockets.h` header file and the `uSockets.a` archive file from the uSockets dependency are not installed...
Is it possible to set timeout for the request or for all requests in uWebSockets.js?
Collecting all API-breaking ideas and issues
Bootstrap server works but not the H3App server - tested on Firefox, code version 20.36.0 Not sure what is causing this issue, firefox doesn't have any output. Server output after...
Currently compilers such as gcc, clang, and msvs have already provided support for C++ standard modules. So is there are any plan to support C++ 20 Module?