Paul Krill
Editor at Large

Micronaut framework promises low-overhead microservices

news
May 23, 20182 mins

The open source JVM-based framework promises to reduce runtime overhead, memory usage

microservices
Credit: Thinkstock

Micronaut, a JVM-based framework for building microservices applications, promises to aid startup times, throughput, and memory footprint.

The features in Micronaut

Micronaut is designed to function as both a client and server framework in a microservices environment. Key to Micronaut is the use of annotation processors that precompile metadata and information needed to run an application. This results in reduced runtime overhead for memory consumption and startup time.

The framework also offers support for unit testing and minimal use of reflection and proxies.

To build applications, developers can use any JVM language, but to use annotation processing, they must use Java, Kotlin, or Groovy. Micronaut takes its inspiration from Grails, with many Micronaut features accessible from existing Grails applications.

Other features of Micronaut include:

  • Dependency injection and inversion of control.
  • Defaults and autoconfiguration.
  • Service discovery.
  • An HTTP client and server built on the Netty network application framework.
  • Client-side load-balancing.
  • Support for functions and deploying applications to the AWS Lambda server-less computing platform.

Developers of Micronaut also want to add other capabilities later, including:

  • Support for message-driven microservices.
  • Streaming applications.
  • WebSocket support.

Where to download Micronaut

You can download Micronaut from its GitHub repo.

The open source framework from Object Computing, developed by the team that also built the Grails web framework, is scheduled to move to beta release next week, with the production Version 1.0 expected to ship later this year.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author