A simple Unix Domain Socket Library that supports asynchronous file I/O and multiplexing
These instructions will help with installation and linking modules with the library.
- CMake v3.22+ - found at https://cmake.org/
- C++ Compiler - needs to support at least the C++17 standard, i.e. MSVC, GCC, Clang
- In order run ./configure ./build and ./install scripts. Will install library to local directory.