-
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
-
project-loom-c5m
Experiment to achieve 5 million persistent connections with Project Loom virtual threads
-
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.
Related posts
-
Jooby Web Framework for JVM
-
Fully Static Java Webserver - Is this a bad idea?
-
Is the Spring framework too heavy and over-designed?
-
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.
-
There is no magic in Spring, I wrote my own (very simplified) framework from scratch to show it