This is just a simple project to build an interprocess communications library for DLang similar to what Boost.Interprocess offers for C++.
- Download and install DMD or/and LDC2 compilers
- Download and install DUB.
- Run
dub build - Run
dub build -c example-process1 - Run
dub build -c example-process2 - Run
./process1 testin one terminal and./process2 testin the other terminal.