Initially since there is no doc for it, i am following Devmode engine code for reference
Install zeromq, and protobuf
Ubuntu
sudo apt install libzmq3-dev protobuf-compiler
Arch Linux
sudo pacman -S zeromq protobuf
Build:
cargo build
Run:
cargo run -- -vv -C tcp://localhost:5050