¥IPC support
支持绑定到抽象 Unix 域套接字路径,如 \0abstract。我们可以为 Node.js < v20.4.0 绑定 '\0'。
\0abstract
< v20.4.0
node:net 模块在 Windows 上使用命名管道支持 IPC,在其他操作系统上则使用 Unix 域套接字。
node:net
¥The node:net module supports IPC with named pipes on Windows, and Unix domain sockets on other operating systems.