You are not logged in.
Hi Ab,
https://github.com/uNetworking/uWebSockets
Currently the open source project uWebsockets(relay on uSockets) is widely used,which is written in C/C++ with greate performance,official author provides nodejs lib,
can you consider to integerate it(C/C++ lib interfaces) as the fallback option?
I know you've written the raw socket api as the fallback api crossing OS for http.sys is invalid not in MS OS.
Offline
The less external dependencies, the better.
I don't see what is worth using uWebSockets instead of our async websocket server, which is already cross-platform, and has very good performance.
It is more than a TCP server, e.g. it has its own routing API, or its WebSockets API.
I don't think any benefit of using it - especially about performance, where our async server is among the fastests for low-level "ping" responses according to TFB.
Offline