https://github.com/c0de4un/zero-chat
C++ Client-Server TCP cross-platform solution
https://github.com/c0de4un/zero-chat
asio boost boost-asio chat chat-application cpp cxx
Last synced: about 1 year ago
JSON representation
C++ Client-Server TCP cross-platform solution
- Host: GitHub
- URL: https://github.com/c0de4un/zero-chat
- Owner: c0de4un
- License: mit
- Created: 2022-09-06T17:03:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T17:42:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T21:27:45.773Z (over 1 year ago)
- Topics: asio, boost, boost-asio, chat, chat-application, cpp, cxx
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zero-chat
C++ Client-Server TCP cross-platform solution
# Dependencies
* STL
* Boost.ASIO
## Requirements
* Any ABI with x64 Arch
* C++ 14
* Linux or Windows
## Contributors
You can use this soruce code
## Tests
```sh
$cmake test
```