awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OrleansContrib avatar

OrleansContrib/Orleankka

0
View on GitHub↗
507 stars·78 forks·C#·Apache-2.0·3 views

Orleankka

Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka

Features

  • Actor Frameworks - Functional extension for Microsoft Orleans.
  • Distributed Computing - Functional API wrapper for the distributed actor framework.

Star history

Star history chart for orleanscontrib/orleankkaStar history chart for orleanscontrib/orleankka

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Orleankka

Similar open-source projects, ranked by how many features they share with Orleankka.
  • akkadotnet/akka.netakkadotnet avatar

    akkadotnet/akka.net

    5,023View on GitHub↗

    Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an

    C#actoractor-modelakka
    View on GitHub↗5,023
  • dotnet/orleansdotnet avatar

    dotnet/orleans

    10,789View on GitHub↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    C#actor-modelactorscloud-computing
    View on GitHub↗10,789
  • asynkronit/protoactor-dotnetAsynkronIT avatar

    AsynkronIT/protoactor-dotnet

    1,889View on GitHub↗

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    C#
    View on GitHub↗1,889
  • celluloid/celluloidcelluloid avatar

    celluloid/celluloid

    3,870View on GitHub↗

    Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the construction of multithreaded programs where objects communicate through asynchronous message passing to avoid shared state locks. The framework provides a system for managing asynchronous interactions without manual locking or thread management. It utilizes actor-based object orientation to handle parallel execution and non-blocking tasks. The project covers several architecture and capability areas, including mailbox-driven execution, fiber-based task scheduling, and proxy-based me

    Ruby
    View on GitHub↗3,870
See all 21 alternatives to Orleankka→

Frequently asked questions

What does orleanscontrib/orleankka do?

Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka

What are the main features of orleanscontrib/orleankka?

The main features of orleanscontrib/orleankka are: Actor Frameworks, Distributed Computing.

What are some open-source alternatives to orleanscontrib/orleankka?

Open-source alternatives to orleanscontrib/orleankka include: akkadotnet/akka.net — Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a… dotnet/orleans — Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements… asynkronit/protoactor-dotnet — Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin. celluloid/celluloid — Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the… nixzhu/dev-blog — This project is a comprehensive framework for iOS application development, centered on building mobile applications… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows…