Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 799 Bytes

File metadata and controls

31 lines (24 loc) · 799 Bytes

A Microservice

Node.js demonstration of microservice.
This demonstrates a microservice system using Node.js. Here, we have two scripts acting as server. Our client serves as a pinger, which executes the same function. Now, if you stop server 1 or 2, the same function as long as 1 of the server is alive.

If you want to centralize the microservice so it will work on cross-network, please check cote documentation specifically the Redis section.

⚙️ Installations

Github

git clone https://github.com/ncryptsion/ams.git

NpmJS

npm install

PNPM

pnpm install

🚀 Usage

node index.js
This project is distributed under MIT License