Skip to content

Commit 02629e9

Browse files
save file
1 parent 6f921f9 commit 02629e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
{margin:10px 0}
159159

160160

161+
.blog-hdr
162+
{color:blue}
163+
161164
.blog-text
162165
{margin:1.5rem auto;padding:1.25rem 1.75rem;background-color:#fcfcfc;/*#f9f9f9*/font-family:system-ui, sans-serif;font-size:1rem;line-height:2;
163166
color:#333;text-align:justify;border-radius:4px}
@@ -224,12 +227,13 @@ <h1 class=title>
224227
<div class=description>
225228
<p>
226229
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.
230+
<br>
227231
A typical way for programs to communicate with each other is through http, however this requires going through the network stack.
228232
</p>
229233
</div>
230234

231235

232-
<h3>
236+
<h3 class=blog-hdr>
233237
ipc socket servers
234238
</h3>
235239

@@ -303,7 +307,7 @@ <h3>
303307
</section>
304308

305309

306-
<h3>
310+
<h3 class=blog-hdr>
307311
ipc socket clients
308312
</h3>
309313

0 commit comments

Comments
 (0)