https://github.com/rsocket/rsocket-cpp
C++ implementation of RSocket
https://github.com/rsocket/rsocket-cpp
Last synced: 10 months ago
JSON representation
C++ implementation of RSocket
- Host: GitHub
- URL: https://github.com/rsocket/rsocket-cpp
- Owner: rsocket
- License: apache-2.0
- Created: 2016-03-14T20:20:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T23:06:39.000Z (over 3 years ago)
- Last Synced: 2025-05-14T06:15:41.350Z (10 months ago)
- Language: C++
- Homepage: http://rsocket.io
- Size: 7.14 MB
- Stars: 253
- Watchers: 36
- Forks: 97
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# rsocket-cpp
C++ implementation of [RSocket](https://rsocket.io)
[](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.