Skip to content
/ spinet Public

A simple network library powered by epoll and proactor pattern.

License

Notifications You must be signed in to change notification settings

Frodez/spinet

Repository files navigation

CMake GitHub release (latest SemVer)

spinet

A simple network library powered by epoll and proactor pattern.

Installation

Required

  1. cmake version 3.10 or above
  2. 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.

Third-party dependencies

  1. robin-map v0.6.3
  2. httpparser(dependency for example, not for library)

About

A simple network library powered by epoll and proactor pattern.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published