Skip to content

Commit 6f921f9

Browse files
save file
1 parent a711d7f commit 6f921f9

File tree

1 file changed

+37
-16
lines changed

1 file changed

+37
-16
lines changed

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

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,76 +229,97 @@ <h1 class=title>
229229
</div>
230230

231231

232+
<h3>
233+
ipc socket servers
234+
</h3>
235+
236+
232237
<section class=blog-text>
233238
<h3>
234-
ipc linux server nodejs
239+
ipc server linux nodejs
235240
</h3>
236241
<p>
237-
the following sets up a server for a unix domain socket on linux in nodejs
242+
the following sets up an ipc unix domain socket server on linux in nodejs
238243
</p>
244+
245+
<web-editor id=linux-server-js src='ex/ipc-server-linux.node.js' fullsize component></web-editor>
246+
239247
</section>
240248

241-
<web-editor id=linux-server-js src='ex/ipc-linux-server.js' fullsize component></web-editor>
242249

243250

244251
<section class=blog-text>
245252
<h3>
246-
ipc-linux-c
253+
ipc server linux c
247254
</h3>
248255
<p>
249-
the following sets up
256+
the following sets up an ipc unix domain socket server on linux in c
250257
</p>
258+
259+
<web-editor id=linux-c src='ex/ipc-server-linux.c' fullsize component></web-editor>
260+
251261
</section>
252262

253-
<web-editor id=linux-c src='ex/ipc-linux.c' fullsize component></web-editor>
254263

255264

256265
<section class=blog-text>
257266
<h3>
258-
ipc linux nodejs
267+
ipc server linux nodejs
259268
</h3>
260269
<p>
261-
the following sets up
270+
the following sets up an ipc unix domain socket server on linux in nodejs
262271
</p>
272+
273+
<web-editor id=linux-js src='ex/ipc-server-linux.node.js' fullsize component></web-editor>
274+
263275
</section>
264276

265-
<web-editor id=linux-js src='ex/ipc-linux.js' fullsize component></web-editor>
266277

267278

268279
<section class=blog-text>
269280
<h3>
270-
ipc win server
281+
ipc win server nodejs
271282
</h3>
272283
<p>
273-
the following sets up
284+
the following sets up an ipc named pipe server on windows in nodedjs
274285
</p>
286+
287+
<web-editor id=win-server-js src='ex/ipc-server-win.node.js' fullsize component></web-editor>
288+
275289
</section>
276290

277-
<web-editor id=win-server-js src='ex/ipc-win-server.js' fullsize component></web-editor>
278291

279292

280293
<section class=blog-text>
281294
<h3>
282295
ipc win c
283296
</h3>
284297
<p>
285-
the following sets up
298+
the following sets up an ipc named pipe server on windows in c
286299
</p>
300+
301+
<web-editor id=win-c src='ex/ipc-win.c' fullsize component></web-editor>
302+
287303
</section>
288304

289-
<web-editor id=win-c src='ex/ipc-win.c' fullsize component></web-editor>
305+
306+
<h3>
307+
ipc socket clients
308+
</h3>
290309

291310

292311
<section class=blog-text>
293312
<h3>
294313
ipc win js
295314
</h3>
296315
<p>
297-
the following sets up
316+
the following sets up a named pipe client on windows in nodejs
298317
</p>
318+
319+
<web-editor id=win-js src='ex/ipc-win.js' fullsize component></web-editor>
320+
299321
</section>
300322

301-
<web-editor id=win-js src='ex/ipc-win.js' fullsize component></web-editor>
302323

303324

304325

0 commit comments

Comments
 (0)