Skip to content

ncryptsion/ams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js demonstration of microservice.

Topics

Resources

License

Stars

Watchers

Forks