0
Can someone help in building microservice based web app? I am new to microservice architecture.
I'm building a web app, where I have decided to build it using microservices. I understood this architecture's logic, but confused at the stage of inter-process communication of services. Can anyone help me in understanding the concept of service discovery, and how to communicate between services?
2 ответов
+ 1
First you learn how to create microservices
Once you have created then in your application instead of creating a database connection call the Microservices which will give you data. You can set the data type according to you in microservices.
once you parse the data then you can print or show in Html form
0
Microservices" - yet another new term on the crowded streets of software architecture. Although our natural inclination is to pass such things by with a contemptuous glance, this bit of terminology describes a style of software systems that we are finding more and more appealing. We've seen many projects use this style in the last few years, and results so far have been positive, so much so that for many of our colleagues this is becoming the default style for building enterprise applications. Sadly, however, there's not much information that outlines what the microservice style is and how to do it.
You can get more idea below:
https://martinfowler.com/articles/microservices.html