2 Repos
Java frameworks optimized for containerized and serverless cloud environments.
Distinct from Java: Distinct from general Java: focuses on cloud-native optimization and container-native lifecycle management.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Cloud-Native Frameworks. Refine with filters or upvote what's useful.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Builds high-performance, memory-efficient Java applications specifically optimized for containerized and serverless cloud-native environments.
Helidon is a Java microservices framework designed for building cloud-native applications. It provides a virtual thread web server to handle high-volume concurrent network requests and implements MicroProfile specifications, including JAX-RS and CDI, to ensure interoperability and standardization. The framework functions as a multi-protocol API gateway, supporting the delivery of data through REST, GraphQL, and gRPC. It includes a native compiler that transforms Java bytecode into standalone native executables to reduce memory footprint and startup time. The platform covers functional-reacti
Provides a Java framework optimized for containerized and serverless cloud environments with native compilation support.