Skip to content

mingtaoy/rsocket-cpp

 
 

Repository files navigation

rsocket-cpp

C++ implementation of RSocket

Coverage Status

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

About

C++ implementation of RSocket

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.3%
  • Other 0.5%