dymk / rsocket-cpp

C++ implementation of RSocket

Home Page:http://rsocket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsocket-cpp

C++ implementation of RSocket

Coverage Status

Dependencies

Install folly:

brew install 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

About

C++ implementation of RSocket

http://rsocket.io

License:Other


Languages

Language:C++ 95.6%Language:CMake 3.4%Language:Python 0.5%Language:Shell 0.3%Language:C 0.2%Language:Ruby 0.1%