Skip to content

foghina/reactivesocket-cpp

 
 

Repository files navigation

reactivesocket-cpp

C++ implementation of ReactiveSocket

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

  • Supports all operations except requestResponse
  • Supports interop with Java (TCP sockets only intersecting transport)

Build 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 ./reactivesocket-cpp
mkdir -p build
cd build
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl ../ -DCMAKE_BUILD_TYPE=DEBUG
make -j
./tests

About

C++ implementation of ReactiveSocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.1%
  • CMake 2.8%
  • Python 1.4%
  • Shell 0.7%