[Feature Request] Deno
Closed this issue · 3 comments
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
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.
Ohkay
I asked them if they planned to implement uWebSocket under the hood : denoland/deno#25003
Though deno supports websockets , there are many node based projects which actually use uwebsockets.js and now deno does support node backwards compatibility (even more so than bun which uses uwebsockets.js )
I wish to reopen this please.