Skip to content

Commit 50e4511

Browse files
save file
1 parent 4fba56c commit 50e4511

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

blog/25-12-03/unix-sockets/unix-sockets.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,20 @@ <h1 class=title>
242242
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.
243243
<br>
244244
A typical way for programs to communicate with each other is through http, however this requires going through the network stack.
245+
<br>
246+
<br>
247+
gcc on windows
248+
<br>
249+
<a href='https://jmeubank.github.io/tdm-gcc/'>
250+
https://jmeubank.github.io/tdm-gcc/
251+
</a>
252+
<br>
253+
<br>
254+
gcc on linux
255+
<br>
256+
<code>
257+
sudo apt update && sudo apt install build-essential
258+
</code>
245259
</p>
246260
</div>
247261

0 commit comments

Comments
 (0)