Single C++ header for implementing node child_process IPC
:e
To build test server:
cmake -G "Unix Makefiles"
make
and then run tests with
npm test
- Add support for sending and receiving handles (file descriptors)
- Additional test for complete testing of child_process and subprocess interface