asity icon indicating copy to clipboard operation
asity copied to clipboard

Support Micronaut

Open ralscha opened this issue 6 years ago • 2 comments

Micronaut

Micronaut features a Dependency Injection and Aspect-Oriented Programming runtime that uses no reflection. It runs on Netty.

ralscha avatar Nov 17 '19 16:11 ralscha

Looks great.

flowersinthesand avatar Nov 18 '19 13:11 flowersinthesand

Indeed. Supports everything Spring provides but without any reflection. Instead it uses Annotation Processors. Results in faster startup time and less memory usage.

There is a similar project from RedHad: Quarkus I think this also uses Netty under the hood.

ralscha avatar Nov 20 '19 07:11 ralscha