https://github.com/yusufsefasezer/yssocketchat
C++ Cross Platform Multi Thread Chat Application
https://github.com/yusufsefasezer/yssocketchat
cpp-sockets cross-platform modern-cpp multi-threading multithreading socket-communication socket-programming
Last synced: 10 months ago
JSON representation
C++ Cross Platform Multi Thread Chat Application
- Host: GitHub
- URL: https://github.com/yusufsefasezer/yssocketchat
- Owner: yusufsefasezer
- License: mit
- Created: 2019-03-12T17:20:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T19:43:09.000Z (over 1 year ago)
- Last Synced: 2025-03-24T22:42:08.790Z (11 months ago)
- Topics: cpp-sockets, cross-platform, modern-cpp, multi-threading, multithreading, socket-communication, socket-programming
- Language: C++
- Homepage: https://www.yusufsezer.com
- Size: 33.2 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Cross Platform Multi Thread Chat Application
Project developed with Modern C++ for learn socket programming, parallel programming and multithreading subjects.
### Features
- Cross Platform
- Multi Thread
- Multi User Support
- Callback Support
- Configurable (Port, Connection size etc.)
- Modern C++
## [Download](https://github.com/yusufsefasezer/ysSocketChat/archive/master.zip)
## Screenshot
### Windows
#### Windows Server

#### Windows Client 1

#### Windows Client 2

### Cross Platform
#### Linux Server

#### Windows Client

#### Linux Client

# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
Created by [Yusuf Sezer](https://www.yusufsezer.com)