Top 4 Java Webframework Projects
-
Ninja
Ninja is a full stack web framework for Java. Rock solid, fast and super productive. (by ninjaframework)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: Javalin – a simple web framework for Java and Kotlin | news.ycombinator.com | 2024-02-11
One of the good things about it is that using asynchrony is optional. If you don't have to call out anywhere to build the response, processing can all stay in the handler's calling thread. If you do, you can return a future and have the library handle the async for you.
One downside is that it is based on Jetty which isn't considered the most performant backend. A lib with a similar API but based on Netty is Jooby [1] which scores well in the Techempower benchmarks.
[1] - https://jooby.io/
-
-
Java Webframework discussion
Java Webframework related posts
Index
What are some of the best open-source Webframework projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | Ninja | 1,909 |
2 | Jooby | 1,712 |
3 | Rapidoid | 1,631 |
4 | actframework | 749 |