Questions tagged [node-ipc]

16 questions
0
votes
1 answer

If Unix socket `SOCK_STREAMS` are unidirectional, how is node-ipc bidirectional?

AFAIK, if a unix socket is created as type SOCK_STREAMS then it's unidirectional, and if SOCK_DGRAM then it's bidirectional. I'm looking at using node-ipc for IPC via unix sockets. It has an example of a client and server that communicate supposedly…
Jodes
  • 14,118
  • 26
  • 97
  • 156
1
2