Javalin is a simple web framework for Java and Kotlin.
Javalin’s main goals are simplicity, a great developer experience, and first class interoperability between Kotlin and Java.
This is free and open source software.
Key Features
- Simple – very few concepts that you need to learn. You never extend classes and you rarely implement interfaces.
- Lightweight – just a few thousand lines of code on top of Jetty, and its performance is equivalent to raw Jetty code. Due to its size, it’s very easy to reason about the source code
- Interoperable – made with inter-operability in mind, apps are built the same way in both Java and Kotlin.
- Flexible – esigned to be simple and blocking, as this is the easiest programming model to reason about. But, if you set a
Futureas a result, Javalin switches into asynchronous mode. - Supports OpenAPI with its – OpenAPI plugin, allows to generate the OpenAPI specification from the application source code.
- Jetty – runs on top of Jetty, one of the most used and stable web-servers on the JVM. You can configure the Jetty server fully, including SSL and HTTP2 and everything else that Jetty offers.
Website: javalin.io
Support: GitHub Code Repository
Developer: David Åse and many contributors
License: Apache License 2.0
Javalin is written in Kotlin and Java. Learn Kotlin with our recommended free books and free tutorials. Learn Java with our recommended free books and free tutorials.
Related Software
| Kotlin Web Frameworks | |
|---|---|
| Ktor | Asynchronous framework for creating microservices, web applications and more |
| Javalin | Simple web framework for Java and Kotlin |
| http4k | Lightweight but fully-featured HTTP toolkit |
| Spark | Simple expressive web framework for Java and Kotlin |
| KVision | Object oriented web framework for Kotlin/JavaScript |
| Kobweb | Modern framework for full stack web apps |
| Hexagon | Build server applications (Web applications or APIs) that run inside a cloud platform |
| Jooby | Modern, performant and easy to use web framework for Java and Kotlin |
Read our verdict in the software roundup.
| Java Web Microframeworks | |
|---|---|
| Spring Boot | Create Spring-powered, production-grade applications and services |
| Javalin | Simple web framework for Java and Kotlin |
| Ktor | Asynchronous framework for creating microservices, web applications and more |
| Quarkus | Kubernetes native Java stack tailored for OpenJDK HotSpot and GraalVM |
| Dropwizard | Java framework for developing RESTful web services |
| Spark | Simple expressive web framework for Java |
| Ratpack | Simple, capable, toolkit for creating high performance web applications |
| Armeria | Build any type of microservice leveraging your favorite technologies |
| Jooby | Modern, performant and easy to use web framework for Java and Kotlin |
| Helidon | Set of Java libraries for writing microservices |
| Pippo | Aims to be easy to use and hack |
| Jodd | Set of micro-frameworks and developer-friendly tools and utilities |
| Rapidoid | HTTP server and modern Java web framework / application container |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

