An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# c10k-server
[![Travis](https://img.shields.io/travis/htfy96/c10k-server.svg?style=flat-square)](https://travis-ci.org/htfy96/c10k-server)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![license](https://img.shields.io/github/license/htfy96/c10k-server.svg?style=flat-square)](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` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/1) |
| Ubuntu 12.04 | `g++-4.9`| `Release` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/2) |
| Ubuntu 12.04 | `g++-5`| `Debug` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/3) |
| Ubuntu 12.04 | `g++-5`| `Release` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/4) |
| Ubuntu 12.04 | `clang++-3.8`| `Debug` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/5) |
| Ubuntu 12.04 | `clang++-3.8`| `Release` | ![Status](https://travis-matrix-badges.herokuapp.com/repos/htfy96/c10k-server/branches/master/6) |