https://github.com/jamesboer/scs
Simple Client/Server C++ Library
https://github.com/jamesboer/scs
c-plus-plus c-plus-plus-17 client-server cmake networking scs
Last synced: 6 months ago
JSON representation
Simple Client/Server C++ Library
- Host: GitHub
- URL: https://github.com/jamesboer/scs
- Owner: JamesBoer
- License: mit
- Created: 2018-07-20T03:00:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T22:19:59.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T19:48:07.966Z (7 months ago)
- Topics: c-plus-plus, c-plus-plus-17, client-server, cmake, networking, scs
- Language: C++
- Size: 22 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Client Server 
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).