diff --git a/articles/lit/start/faq.adoc b/articles/lit/start/faq.adoc index d95048a52f..6367d683f5 100644 --- a/articles/lit/start/faq.adoc +++ b/articles/lit/start/faq.adoc @@ -8,6 +8,8 @@ order: 50 = FAQ +pass:[] + == What is Hilla? Hilla is a framework for building reactive web applications on Java backends. @@ -104,4 +106,7 @@ Yes. You can use standard Maven modules in your application, or even external de Hilla is developed using Java as the reference language for the backend. Hilla parses `.class` files, which can be compiled from other languages as well, but support from some features may vary depending on the language. For example, in Java, an annotation is used to mark a field as not null, while in Kotlin that's part of the language syntax. +== Does Hilla support a microservice architecture? +Yes. Hilla only requires a thin endpoint layer to communicate with the frontend. The rest of the backend can employ a microservice setup that Hilla endpoints would communicate with. See this https://hilla.dev/blog/using-microservices-from-hilla/[blog post] for more details. + // end::content[]