Helidon 4.0.0
Helidon 4 is released! Modernize your microservice with virtual threads today.
Write Your Next Microservice with Helidon
Simple and Fast
Helidon is designed to be simple to use, with tooling and examples to get you going quickly. Helidon WebServer is the world's first web server written from scratch that is fully based on virtual threads.
Full MicroProfile Support
Helidon supports MicroProfile and provides familiar APIs like JAX-RS, CDI and JSON-P/B. Our implementation runs on our Helidon WebServer.
Helidon WebServer
Helidon WebServer provides a modern functional programming model and runs on virtual threads. Lightweight and flexible, the Helidon WebServer provides a simple-to-use and fast foundation for your microservices.
Observable and Resilient
With support for health checks, metrics, telemetry and fault tolerance, Helidon has what you need to write cloud-ready applications that integrate with Opentelemetry, Prometheus, Jaeger/Zipkin and Kubernetes.
GraalVM Native Image Support
Helidon supports GraalVM Native Image so you can compile your Helidon application into a small-footprint native executable. Or you can package your application as a jlink image or a traditional application JAR.
Persistence Support
Helidon fully supports DB connectivity. Its database client supports existing JDBC drivers as well as relational and non-relational databases.
Features That Make the Difference
All the cloud-native features you need in a declarative programming model based on industry standards.
Learn about Helidon MicroProfile
- Full MicroProfile support
- Full GraalVM native-image support
- Full CDI support
- GraphQL, CORS and gRPC out-of-the-box support
- Reactive streams messaging
public class GreetService {
@GET
@Path("/greet")
public String getMsg() {
return "Hello World!";
}
}
Memory Footprint
Disk Space Usage
Startup Time
Cloud Native Ecosystem
Speeding Encouraged!
Don't want DI and declarative programming? Then code to Helidon's core APIs. No magic. Just Java. Lean and fast.
Learn about Helidon SE
WebServer.builder()
.addRouting(HttpRouting.builder()
.get("/greet", (req, res)
-> res.send("Hello World!")))
.build()
.start();
No Magic! Just Java!
Even smaller memory footprint.
Even less disk space used.
Even faster startup time.
- Full GraalVM native-image support
- CORS and gRPC out-of-the-box support
- Reactive streams messaging
- DB Client
- Web Client
- REST, GraphQL, health, metrics, tracing
Memory Footprint
Disk Space Usage
Startup Time
Featured News and Insights
Join our Community & Start Using Helidon
Helidon is completely Open Source! YOU decide what Helidon is and will be!