# rsocket-cpp **Repository Path**: alcarx/rsocket-cpp ## Basic Information - **Project Name**: rsocket-cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rsocket-cpp C++ implementation of [RSocket](https://rsocket.io) [![Coverage Status](https://coveralls.io/repos/github/rsocket/rsocket-cpp/badge.svg?branch=master)](https://coveralls.io/github/rsocket/rsocket-cpp?branch=master) # Dependencies Install `folly`: ``` brew install --HEAD folly ``` # Building and running tests After installing dependencies as above, you can build and run tests with: ``` # inside root ./rsocket-cpp mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=DEBUG ../ make -j ./tests ``` # License By contributing to rsocket-cpp, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree.