Skip to content

Commit

Permalink
doc: optimize the doc about Unix abstract socket
Browse files Browse the repository at this point in the history
PR-URL: #52043
Refs: #50904
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
theanarkh authored and marco-ippolito committed May 3, 2024
1 parent d33fc36 commit bda3cde
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit bda3cde

Please sign in to comment.