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.
git clone https://github.com/ncryptsion/ams.git
npm install
pnpm install
node index.js
This project is distributed under MIT License