Skip to content

vvmspace/nest-rust-nats-playground

Repository files navigation

nest-rust-nats-playground

Nest + Rust + NATS playground: one of the most complex Hello World projects ever.

Running the project

docker-compose up --build

Structure

  • http-api-gatewat-nest: NestJS HTTP API Gateway
  • hello-nest-microservice: NestJS Microservice
  • hello-rust-microservice: Rust Microservice
  • hello-python-microservice: Python Microservice
  • docker-compose.yml: Docker Compose file to run the project