maxSocket is a modern C++ library for network programming.
It runs on Windows and Linux. It will eventually also support MacOS, iOS, Android, and HTML5 websockets.
It is written to be testable and performant.
Follow the step by step guide.
git clone https://github.com/ProgramMax/maxSocket.git
If master is unstable, checkout the latest tagged version.
Under the Projects/ directory are folders containing different project files for various platforms.
There is full but succinct documentation which includes sample code.
#Engage
- Contribute: We accept pull requests.
- Support: You can report bugs using GitHub issues.