From 707155424bffb59881861669813c4520bff2cec2 Mon Sep 17 00:00:00 2001 From: theanarkh Date: Tue, 19 Mar 2024 23:29:54 +0800 Subject: [PATCH] doc: optimize the doc about Unix abstract socket PR-URL: https://github.com/nodejs/node/pull/52043 Refs: https://github.com/nodejs/node/pull/50904 Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Chengzhong Wu Reviewed-By: Matteo Collina --- doc/api/net.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/net.md b/doc/api/net.md index c34bd0ced5b6e1..72bca426927b11 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -20,6 +20,14 @@ const net = require('node:net'); ## IPC support + + The `node:net` module supports IPC with named pipes on Windows, and Unix domain sockets on other operating systems.