-
Build modular easily testable microservice & serverless appsPricing:
- Open Source
Micronaut is a newer framework in the spirit of Spring Boot, but instead of relying on a run time classloader tricks and bytecode manipulation, it tries to push as music the composition to the compile time, which opens up few interesting opportunities.
#Web Frameworks #Developer Tools #PHP MVC Framework 45 social mentions
-
Helidon Project, Java libraries crafted for MicroservicesPricing:
- Open Source
Helidon is another very interesting project that supports two programming models โ Helidon SE focuses on very hands on micro framework style of composition where you can control basically any aspect of your service and everything you do, you have to explicitly spell out. Itโs like a box of puzzle pieces you can freely mix and match to make your app do what you want. Helidon MP is a bit more higher level (MP stands for Micro Profile) framework that feels much like Spring Boot or Quarkus, that focuses on the declarative DI and handles much of the plumbing itself.
#Developer Tools #Web Frameworks #PHP MVC Framework 14 social mentions