A curated List of useful or interesting libraries for Java programming.
Name | Description | URL |
---|---|---|
Akka | Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala. | https://akka.io |
Akka HTTP | The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream. | https://doc.akka.io/docs/akka-http/current |
Akka Stream | The purpose is to offer an intuitive and safe way to formulate stream processing setups such that we can then execute them efficiently and with bounded resource usage—no more OutOfMemoryErrors. | https://doc.akka.io/docs/akka/current/stream |
Alpakka | The Alpakka project is an open source initiative to implement stream-aware and reactive integration pipelines for Java and Scala. | https://doc.akka.io/docs/alpakka/current |