/reflection_service

gRPC reflection service

Primary LanguageRustGNU General Public License v3.0GPL-3.0

gRPC Reflection Service

Deploying guide

Via Docker

  1. Install the latest Docker version
  2. Clone this repository
  3. Run make build (or docker build -t fdl-mc/api/reflection .) in the project root directory to build an image
  4. Run make build and then make run (or make deploy if you wanna run it as a daemon)

Manually

  1. Install the latest Rust version
  2. Clone this repository
  3. Run cargo build --release in the project root directory
  4. Run the executable in ./target/release/reflection_service

License

The project is licensend under GNU General Public License v3.0