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

https://github.com/zixu-w/ssccpp

Simple Server-Client in CPP
https://github.com/zixu-w/ssccpp

client cpp server socket

Last synced: 2 months ago
JSON representation

Simple Server-Client in CPP

Awesome Lists containing this project

README

        

# SSCCPP
Simple Server-Client in CPP

[![Build Status](https://travis-ci.org/LaytonW/SSCCPP.svg?branch=master)](https://travis-ci.org/LaytonW/SSCCPP)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)

https://github.com/LaytonW/SSCCPP

To clone this project, use
```
git clone --recursive [email protected]:LaytonW/SSCCPP.git
```
or
```
git clone --recursive https://github.com/LaytonW/SSCCPP.git
```
to correctly load submodules.