Skip to content

shakyaprasen/microservice-with-docker

Repository files navigation

Barebones microservice with docker

This repo is a sort of a template for nodejs microservices which uses Krakend as an API gateway. Rabbitmq is also used for communication between microservices.

Tech stack

Nodejs

  • Nodejs is used as a backend server for both (consumer, producer) microservices.

Krakend

  • Krakend is used for the API gateway, to aggregate and add rules for any API to be exposed by the nodejs microservices

Rabbimq

  • Rabbitmq is used as a message broker between the two microservices.

Docker

  • Docker ties up all these services and runs it using the docker-compose.yml file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published