From 8e8bbe4327a608ddeb4a55bbcdf37014d42b06a1 Mon Sep 17 00:00:00 2001 From: theanarkh Date: Mon, 11 Mar 2024 21:46:52 +0800 Subject: [PATCH] doc: optimize the doc about Unix abstract socket --- 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.