Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 827 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 827 Bytes

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.

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 which includes sample code.

#Engage

  • Contribute: We accept pull requests.
  • Support: You can report bugs using GitHub issues.