mirror of
https://github.com/fpagliughi/sockpp.git
synced 2026-01-12 00:04:45 +08:00
Added a README to the gh-pages branch
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# sockpp
|
||||
|
||||
Simple, modern, C++ network socket library.
|
||||
|
||||
_sockpp_ is a fairly low-level C++ wrapper around the Berkeley sockets library using `socket`, `acceptor,` and `connector` classes that are familiar concepts from other languages.
|
||||
|
||||
This branch contains the GitHub pages for the documentation as an mdBook. Simply add or update the Markdown files in the _src/_ directory. The top-level organization sits in the SUMMARY.md file.
|
||||
|
||||
The documentation is live here:
|
||||
|
||||
https://fpagliughi.github.io/sockpp/
|
||||
Reference in New Issue
Block a user