Thanks to visit codestin.com
Credit goes to github.com

Skip to content

C++ implementation of RSocket

License

Notifications You must be signed in to change notification settings

netifi/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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.7%
  • CMake 2.9%
  • Other 0.4%