Micronaut (framework)
   HOME

TheInfoList



OR:

Micronaut is an
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
JVM A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes ...
-based framework for building lightweight microservices. It is designed to avoid reflection, thus reducing memory consumption and improving start times. Features which would typically be implemented at run-time are instead pre-computed at compile time. It was created by Graeme Rocher, who also created the Grails framework. In June 2020, Rocher co-founded the Micronaut Foundation, which aims to "advance innovation and adoption of Micronaut". Micronaut is continually developed and maintained by Object Computing Inc.


References


External links

* Software frameworks Java virtual machine Software using the Apache license {{web-software-stub