You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/25-12-03/unix-sockets/unix-sockets.html
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,20 @@ <h1 class=title>
242
242
Discover how to use Unix domain sockets and Windows named pipes in Node.js as a faster, lightweight alternative to HTTP requests for local inter‑process communication.
243
243
<br>
244
244
A typical way for programs to communicate with each other is through http, however this requires going through the network stack.
0 commit comments