GitHub - somasun/rsocket-cpp: C++ implementation of ReactiveSocket

Skip to content

Navigation Menu

Sign in

Appearance settings

reactivesocket-cpp

C++ implementation of ReactiveSocket

NOTE: This is a work in progress. It is not feature complete.

Build Status

Dependencies

Install folly:

Building and running tests

After installing dependencies as above, you can build and run tests with:

# inside root ./reactivesocket-cpp
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ../
make -j
./tests

Languages

  • C++ 96.2%
  • CMake 2.4%
  • Other 1.4%