https://github.com/htfy96/c10k-server
[Abandoned] A toy asynchronous server, written in C++14
https://github.com/htfy96/c10k-server
cpp14 server socket toy-asynchronous-server
Last synced: 8 months ago
JSON representation
[Abandoned] A toy asynchronous server, written in C++14
- Host: GitHub
- URL: https://github.com/htfy96/c10k-server
- Owner: htfy96
- License: apache-2.0
- Created: 2017-01-21T06:28:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T14:12:31.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T08:39:56.952Z (about 1 year ago)
- Topics: cpp14, server, socket, toy-asynchronous-server
- Language: C++
- Homepage:
- Size: 106 KB
- Stars: 19
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c10k-server
[](https://travis-ci.org/htfy96/c10k-server)
[](http://www.repostatus.org/#wip)
[](https://github.com/htfy96/c10k-server/blob/master/LICENSE)
A toy asynchronous server, written in C++14
## Test matrix
| Distribution | Compiler | `CMAKE_BUILD_TYPE` | Status |
|--------------|----------|--------------------|----------|
| Ubuntu 12.04 | `g++-4.9`| `Debug` |  |
| Ubuntu 12.04 | `g++-4.9`| `Release` |  |
| Ubuntu 12.04 | `g++-5`| `Debug` |  |
| Ubuntu 12.04 | `g++-5`| `Release` |  |
| Ubuntu 12.04 | `clang++-3.8`| `Debug` |  |
| Ubuntu 12.04 | `clang++-3.8`| `Release` |  |