tmontgomery / reactivesocket-cpp

C++ implementation of ReactiveSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reactivesocket-cpp

C++ implementation of ReactiveSocket

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

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 -DCMAKE_BUILD_TYPE=DEBUG ../
make -j
./tests

About

C++ implementation of ReactiveSocket

License:Other


Languages

Language:C++ 96.0%Language:CMake 2.9%Language:Python 0.8%Language:Shell 0.3%