yalov / Scs

Simple Client/Server C++ Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Client Server CI

The Simple Client Server (SCS) library is a lightweight client/server framework designed to simplify the creation of simple TCP/IP based client-server applications in C++. While there are many frameworks designed for more comprehensive or complex networking scenarios, the SCS library instead focuses on the minimum amount of code required to create small, lightweight client/server libraries or applications.

Building the library is simple. Just drop the code in the /Source folder into your project, and include the Scs.h header file. The SCS library should compile cleanly under Microsoft Windows, macOS, and Linux when using a modern C++ compiler (C++ 17 or better compliance).

About

Simple Client/Server C++ Library

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.3%Language:Shell 0.3%Language:Batchfile 0.2%