a sample of basic microservice concept using pure nodejs.
Use event-bus to interact with each service to an other.
To understand/explain the concept of microservice using node.js
React and node are required
for each services , go in the directory and run
npm install
after installation, run
npm start
then open your browser, localhost:3000
will be the blog page.