Added a README to the gh-pages branch

This commit is contained in:
fpagliughi
2026-01-01 11:34:58 -05:00
parent f9b1c38098
commit 7f42b0d41d

11
README.md Normal file
View 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/