Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 506 Bytes

File metadata and controls

20 lines (14 loc) · 506 Bytes

nest-rust-nats-playground

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

Conception

Any events bus any programming language.

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