Scala Asynchronous

Open-source Scala projects categorized as Asynchronous

Top 7 Scala Asynchronou Projects

Asynchronous
  1. ZIO

    ZIO — A type-safe, composable library for async and concurrent programming in Scala

    Project mention: Scala 3 Migration: Report from the Field | news.ycombinator.com | 2025-02-06

    I use ZIO (https://zio.dev) and nothing really like it exists on any platform.

    You can wrap any computation in a single ZIO object e.g. normal, callback, future, promise etc. Which you can then chain together in different ways e.g. run them in parallel, sequentially, race them against each other and kill the loser, scheduling in elaborate ways etc.

    And it will execute this either using normal or virtual threads i.e. fibers without locks so it’s extremely fast.

    But the incredible part is that it does all of this whilst seamlessly handling every type of error. Which if you’ve ever written complex concurrent code is extremely hard to get right.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. cats-effect

    The pure asynchronous runtime for Scala

  4. sttp

    The Scala HTTP client you always wanted!

  5. Scala Async

    An asynchronous programming facility for Scala

  6. ReactiveMongo

    :leaves: Non-blocking, Reactive MongoDB Driver for Scala

  7. Play WS

    Standalone Play WS, an async HTTP client with fluent API

  8. fs2-kafka

    Kafka client for functional streams for scala (fs2) (by Spinoco)

  9. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Scala Asynchronous discussion

Log in or Post with

Scala Asynchronous related posts

  • Looking at A Monad Through An Example

    1 project | dev.to | 24 May 2024
  • A question about Http4s new major version

    3 projects | /r/scala | 25 Apr 2023
  • Java 19 Is Out

    4 projects | news.ycombinator.com | 20 Sep 2022
  • Typelevel Native

    1 project | /r/scala | 20 Sep 2022
  • Question about some advanced types

    3 projects | /r/scala | 5 Sep 2022
  • Cats vs ZIO

    2 projects | /r/scala | 10 Jul 2022
  • Future of monix

    1 project | /r/scala | 10 Apr 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 14 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Asynchronou projects in Scala? This list will help you:

# Project Stars
1 ZIO 4,216
2 cats-effect 2,129
3 sttp 1,477
4 Scala Async 1,155
5 ReactiveMongo 849
6 Play WS 225
7 fs2-kafka 77

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Scala is
the 32nd most popular programming language
based on number of references?