Can someone help in building microservice based web app? I am new to microservice architecture. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

10th Dec 2017, 4:33 PM
Sarthak Joshi
Sarthak Joshi - avatar
2 Answers
+ 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
23rd Feb 2018, 6:56 AM
Deep Kandpal
Deep Kandpal - avatar
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
16th Dec 2017, 1:23 PM
Bits!