https://github.com/programmax/maxsocket
maxSocket is a modern C++ library for network programming.
https://github.com/programmax/maxsocket
Last synced: 6 days ago
JSON representation
maxSocket is a modern C++ library for network programming.
- Host: GitHub
- URL: https://github.com/programmax/maxsocket
- Owner: ProgramMax
- License: bsd-3-clause
- Created: 2015-10-14T09:53:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T23:36:59.000Z (over 9 years ago)
- Last Synced: 2025-10-06T06:28:02.123Z (9 months ago)
- Language: C++
- Homepage:
- Size: 194 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# maxSocket
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.
# Getting started
Follow the [step by step guide](Documentation/Overview/QuickStartGuide.md).
# Clone5
```git clone https://github.com/ProgramMax/maxSocket.git```
If master is unstable, checkout the latest tagged version.
# Build and run
Under the Projects/ directory are folders containing different project files for various platforms.
# Documentation
There is full but succinct [documentation](Documentation/Documentation.md) which includes sample code.
#Engage
* **Contribute:** We accept pull requests.
* **Support:** You can report bugs using GitHub issues.