uNetworkingAB
uNetworkingAB
This thing is failing on Windows Node 23 // gcc 10 defines __cplusplus to "an unspecified value strictly larger than // 201703L" for its experimental -std=gnu++2a config. // TODO(leszeks): Change...
https://learn.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=msvc-170
It downloads all binaries because npm client has no idea of the platform, no support to download only a subset of binaries like literally all other package managers on earth...
Very interesting! Do you think it will work with the same user experience? `npm install uNetworking/uWebSockets.js#v20.48.0` and `require("uWebSockets.js")` ?
You can have multiple nodejs versions on the same platform so installing all 3 is preferrable IMO. Thanks for making the demo, it works for me on Linux but I...
That's way too specific. If you value disk space, use ws.
I tend to prefer lowercase
This is an easy documentation change open for anyone, including yourself
Project already uses Make and NMake. This CMake support is not Windows compatible (you have hardcoded flags just like the current approach). It is also not any simpler than current...
Speak of the devil - https://github.com/uNetworking/uWebSockets/pull/1789