Open Hexagon opened 1 year ago
Supporting Unix sockets on Windows would depend on https://github.com/tokio-rs/mio/pull/1610 I think. Right now you are getting the error because the relevant code is Unix-only and not compiled on Windows.
Good news! Rust libs team has accepted Windows AF_UNIX implementation.
Not sure if this is supposed to work or not, but I'll give it a shot:
error: Uncaught TypeError: ops.op_net_listen_unix is not a function
> deno --version deno 1.31.3 (release, x86_64-pc-windows-msvc)
(Windows 10)