Anyone using any Actor Frameworks for Kotlin?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • kotlinx.coroutines

    Library support for Kotlin coroutines

  • I can't really answer your question, because in kotlin the official coroutines based actor stuff would be the right answer, if the existing functions (that are probably not enough for you) weren't deprecated and replaced by an official API that doesn't exist yet https://github.com/Kotlin/kotlinx.coroutines/issues/87.

  • kiit

    Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...

  • I’m building my own micro-actor library to support some of my own use cases. Specifically I need to have the ability to start, stop, pause, resume actors multiple times gracefully. My design is not fully ready but pretty close. https://github.com/slatekit/slatekit/tree/main/src/lib/kotlin/slatekit-actors

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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