Skip to main content

Live Demo

Try it in your browser

Source Code

View on GitHub

Microservices service diagram
  • Gateway - Public-facing service that aggregates data from internal services
  • Users - Internal service that returns user data
  • Products - Internal service that returns product data

Run locally

1

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-microservices
npm install
2

Start the development server

specific dev
Open the gateway URL shown in the output to see aggregated data from the internal services.
3

Deploy to production

specific deploy