Skip to content

Instantly share code, notes, and snippets.

View Asc2011's full-sized avatar
🏠
Working from home

Andreas Schoeller Asc2011

🏠
Working from home
View GitHub Profile
@Xaekai
Xaekai / ipc.example.js
Created July 11, 2016 18:12
Example of Interprocess communication in Node.js through a UNIX domain socket
/*
**
** Example of Interprocess communication in Node.js through a UNIX domain socket
**
** Usage:
** server> MODE=server node ipc.example.js
** client> MODE=client node ipc.example.js
**
*/