Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ const net = require('node:net');

## IPC support

<!-- YAML
changes:
- version: v20.8.0
pr-url: https://github.com/nodejs/node/pull/49667
description: Support binding to abstract Unix domain socket path like `\0abstract`.
We can bind '\0' for Node.js `< v20.4.0`.
-->

The `node:net` module supports IPC with named pipes on Windows, and Unix domain
sockets on other operating systems.

Expand Down