question

SudeshSharma-8729 avatar image
0 Votes"
SudeshSharma-8729 asked yogyogi commented

How to integrate Two Front end Microservices?

Hello Guys

I want to creating one microservice project with reactjs,node,docker and kubernetes. I am using reactjs framework for front end, nodejs with postgresql databse for backend, creating conatiner with docker and handling multiple container and load balancing with kubernetes.

I want to creating two front end UI microservies with reactjs. Is it possible to combine both front end UI microservice?
If possible then how?

For example: If first Front end containing two text boxes and second one containing two text boxes.
how to combine both frontend UI into one microservice?(I want output Like Iframe Tag in HTML)

azure-service-fabric
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Microservices are connected using web api + httpclient class. You can also use RabbitMQ instead.

0 Votes 0 ·

1 Answer

jakaruna-MSFT avatar image
0 Votes"
jakaruna-MSFT answered vipullag-MSFT commented

For example: If first Front end containing two text boxes and second one containing two text boxes. how to combine both frontend UI into one microservice?(I want output Like Iframe Tag in HTML)

There is no inbuilt way to do that.

If those 2 microservices are closely related you can make them as a single service.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@SudeshSharma-8729
Hope the provided answer is helpful.

Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

0 Votes 0 ·