uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.84k stars 569 forks source link

[Feature Request] Deno #1091

Closed Malix-Labs closed 1 month ago

Malix-Labs commented 1 month ago

As this project releases binary for node, and bun ships uWS through their stdlib under-the-hood, deno is left without an option to use uWS (or I missed something ?)

It would be nice if uWS could be usable in deno

uNetworkingAB commented 1 month ago

Deno is not compatible with Node.js in terms of native addons, or internal native components like libuv. And keep in mind uWS.js is from 2015/2016 back when Node.js was immensely popular and there were no alternatives.

Malix-Labs commented 1 month ago

Ohkay

I asked them if they planned to implement uWebSocket under the hood : https://github.com/denoland/deno/discussions/25003