ce51982bb0
* Android RN 62 * First steps iOS * Second step iOS * iOS compiling * "New" build system * Finish iOS * Flipper * Update to RN 0.62.1 * expo libs * Hermes working * Fix lint * Fix android build * Patches * Dev patches * Patch WatermelonDB: https://github.com/Nozbe/WatermelonDB/pull/660 * Fix jitsi * Update several minors * Update dev minors and lint * react-native-keyboard-input * Few updates * device info * react-native-fast-image * Navigation bar color * react-native-picker-select * webview * reactotron-react-native * Watermelondb * RN 0.62.2 * Few updates * Fix selection * update gems * remove lib * finishing * tests * Use node 10 * Re-enable app bundle * iOS build * Update jitsi ios |
||
---|---|---|
.. | ||
benchmarks | ||
examples | ||
framing | ||
internal | ||
statemachine | ||
tck-test | ||
test | ||
transports | ||
ColdResumeHandler.cpp | ||
ColdResumeHandler.h | ||
ConnectionAcceptor.h | ||
ConnectionFactory.h | ||
DuplexConnection.h | ||
Payload.cpp | ||
Payload.h | ||
README.md | ||
RSocket.cpp | ||
RSocket.h | ||
RSocketClient.cpp | ||
RSocketClient.h | ||
RSocketConnectionEvents.h | ||
RSocketErrors.h | ||
RSocketException.h | ||
RSocketParameters.cpp | ||
RSocketParameters.h | ||
RSocketRequester.cpp | ||
RSocketRequester.h | ||
RSocketResponder.cpp | ||
RSocketResponder.h | ||
RSocketServer.cpp | ||
RSocketServer.h | ||
RSocketServerState.h | ||
RSocketServiceHandler.cpp | ||
RSocketServiceHandler.h | ||
RSocketStats.cpp | ||
RSocketStats.h | ||
ResumeManager.h |
README.md
rsocket-cpp
C++ implementation of RSocket
Dependencies
Install folly
:
brew install 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