This is a project for learn, cause I plan to implement a mini Mojo.
Mojo is used as IPC lib in chromium(mojo_and_services).
I am interested in Mojo, so I create this project.
If you want to run this project, you should add libs of third_party into /usr/local/lib. And I prepare a shell for you, so you can just run install.sh in third_party to install them.
git clone https://github.com/hc-tec/mojo-impl.git
cd mojo-impl
cd third_party
sudo sh install.sh
cd ..
mkdir build && cd build
cmake ..
makecd bin
./core