Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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

Contributors

AltStyle によって変換されたページ (->オリジナル) /