Microservice support

Does hilla support microservice architecture?

That’s an interesting question, I think you could use your monolithic hilla application as a gateway and each endpoint use a WebClient or Restemplate client to call the different microservices.
The question is that this architecture adds an HTTP overhead and has less performance, you would have to test it, but it would be much safer than making the call directly from the FrontEnd.

What do other people think about this?

This question assumes that one has a monolithic frontend. But the goal should be Microfrontends.

Without separation of the UI you loose all the benefits of Microservices in the backend

I like the self-contained systems approach

Can i use Microfrontend in hilla? if it is yes,could you please provide me one demo project?

see the other thread