An open API service indexing awesome lists of open source software.

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.

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.