Software Alternatives & Reviews

Choose the right Java runtime for the job (2020, Quarkus vs Open Liberty vs traditional application server)

vert.x Javalin
  1. 1
    From Wikipedia, the free encyclopedia
    Pricing:
    • Open Source
    For performance and good support for asynchronous programming, I think the best option is Vert.x. It's the fastest Java option by far according to TechEmpower ranking.

    #Web Frameworks #Developer Tools #Runtime 26 social mentions

  2. Simple REST APIs for Java and Kotlin
    Pricing:
    • Open Source
    If you're doing something pretty simple and need something really lighweight, however, you could go with something like Javalin or even use Jetty directly (the HTTP server which powers Javalin and many other frameworks by default). It's not that hard to do that and that's what I actually would do myself for almost everything... The fewer moving parts you have in your application, the better chances you have of keeping everything up-to-date and the less chance to mess up (with a caveat: bigger frameworks may give you secure defaults that if you're not experienced enough you may not even know about, so it may be better to not go low level if you're new-ish to running web applications securely).

    #Web Frameworks #Developer Tools #Python Web Framework 33 social mentions

Discuss: Choose the right Java runtime for the job (2020, Quarkus vs Open Liberty vs traditional application server)

Log in or Post with