-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help porting uWS (C++) for fast HTTP/WebSocket server #3366
Comments
I remember that @alexhultman author of uWebSockets used to be active here helping with the benchmarks in #996, he would be the first person I'd ask about porting uWS to Deno. |
Yes, i asked the author, he replied that Deno does not support native modules, so this will be difficult to do. Any help is appreciated. |
We’re working towards native plugins - we’re trying to make it so they can be distributed as rust crates and their tests run independently using “cargo test” ... a lot of the refactors Bartek has been working on the past few weeks are towards this goal. |
Unstable plugin API has been available for some time now. Porting the library is outside of scope for deno. Question about porting existing libs are best suited for Discord server |
@bartlomieju I think it would be nice to close as not planned instead :) |
Hi.
I used in Node.js uWebSockets.js this vary fast HTTP/WebSocket server.
I would like to used him in Deno, but I did not find ready-made solutions how to port it to Deno, does anyone know how to do porting?
My result benchmark:
wrk -c 50 -d 30s -t 50 http://127.0.0.1
Deno - 32 154 RPS
uWebSockets.js - 133 752 RPS
Thanks.
The text was updated successfully, but these errors were encountered: