diff --git a/doc/api/net.md b/doc/api/net.md index e2f4dd97e74431..06994d58ecce71 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.