yijinjing-lite is a standalone version of yijinjing in kungfu. We truly focus on low-latency in-process communication.
Please setup proper location of Boost in file env-config.cmake and follow a standard way of cmake process:
cd path-to/yijinjing-lite
mkdir build && cd build
cmake -C ../env-config.cmake ..
make
run these three commands in three different terminals:
./yjj_page_service path-to/yijinjing-lite/test/page_engine.json
./reader
./writer
Apache License 2.0