Software:Micronaut (framework)

From HandWiki
Micronaut
Developer(s)Graeme Rocher
Initial releaseMay 2018
RepositoryMicronaut repository
Written inJava, Groovy
Operating systemCross-platform
PlatformCross-platform (JVM)
TypeSoftware framework
LicenseApache License 2.0
Websitemicronaut.io

Micronaut is a software framework for the Java virtual machine platform.[1]

It is designed to avoid reflection, thus reducing memory consumption and improving start times.[2][3] Features which would typically be implemented at run-time are instead pre-computed at compile time.[4][5]

It was created by Graeme Rocher, who also created the Grails framework.

References

External links