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
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
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
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
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
asynkronit/protoactor-dotnet 的主要功能包括:Actor Frameworks, Distributed Computing, Application Frameworks。
asynkronit/protoactor-dotnet 的开源替代品包括: dotnet/orleans — Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements… akkadotnet/akka.net — Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a… orleanscontrib/orleankka — Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka. 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… actuallab/fusion — Build real-time Blazor and MAUI apps while writing just 0.1% of the usual real-time update code. Handle 10× more API…