uNetworking / uWebSockets.js

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

Using Hyper-Express in a Deno runtime with uWebSockets #884

Closed pxCaptcha closed 1 year ago

pxCaptcha commented 1 year ago

Hello everyone. This issue is related to an issue I face with Hyper-Express.

I'm aware of that this was build with a focus on NodeJS. I wanted to ask if theres any way to get this project to run within Deno it self, as I think this would bring even better results than in JS. Deno has a problem handling the .node files coming with this project, as Deno doesnt support handling for .node files.

Is there any way around this issue?

Thanks!:)

uNetworkingAB commented 1 year ago

Deno is not supported and is not planned. It's a completely different platform and they don't expose any native apis.