What is the current state of the art for efficiently handling blocking requests in Java/Spring?

This page summarizes the projects mentioned and recommended in the original post on /r/java

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Reactive Streams

    Reactive Streams Specification for the JVM

    Reactive libraries like reactor are build on the Reactive Streams specification, just read that first sentence.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • project-loom-c5m

    Experiment to achieve 5 million persistent connections with Project Loom virtual threads

  • Jooby

    The modular web framework for Java and Kotlin

    Do you need to use Spring btw? If you want to broaden the tool selection I've had great success with i.e Jooby (https://jooby.io/) together with Kotlin coroutines. Another alternative is the KTOR framework.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Jooby Web Framework for JVM

    1 project | news.ycombinator.com | 5 Feb 2024
  • Fully Static Java Webserver - Is this a bad idea?

    1 project | /r/java | 19 Aug 2021
  • Is the Spring framework too heavy and over-designed?

    2 projects | /r/learnjava | 1 May 2023
  • Latest version of Microhttp, an event-driven, zero-dependency, pure-Java web server with 500 LOC, capable of 1,000,000+ requests per second on commodity EC2 hardware.

    6 projects | /r/java | 25 Jul 2022
  • There is no magic in Spring, I wrote my own (very simplified) framework from scratch to show it

    2 projects | /r/java | 13 Aug 2021

Did you konow that Java is
the 8th most popular programming language
based on number of metions?