1 Repo
Mechanisms for automatically producing and injecting gRPC-specific source code during the compilation process.
Distinct from Source Generators: Focuses on gRPC-specific source generation, distinct from general-purpose build-time source injection.
Explore 1 awesome GitHub repository matching development tools & productivity · gRPC. 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
Automatically compiles protocol definitions into source code during the build process to facilitate service communication.