A simple network library powered by epoll and proactor pattern.
Required
- cmake version 3.10 or above
- c++ standard 17 or above
git clone https://github.com/Frodez/spinet
cmake -B spinet/build -S spinet/ -DCMAKE_BUILD_TYPE=Release
cmake --build spinet/build --config Release --target install
The default installation path is spinet/release
.
- robin-map v0.6.3
- httpparser(dependency for example, not for library)