awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AsynkronIT avatar

AsynkronIT/protoactor-dotnet

0
View on GitHub↗
1,889 星标·291 分支·C#·Apache-2.0·1 次浏览proto.actor↗

Protoactor Dotnet

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

Features

  • Actor Frameworks - Cross-platform actor framework.
  • Distributed Computing - High-performance distributed actor system.
  • Application Frameworks - Ultra-fast distributed actor system.

Star 历史

asynkronit/protoactor-dotnet 的 Star 历史图表asynkronit/protoactor-dotnet 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Protoactor Dotnet 的开源替代方案

相似的开源项目,按与 Protoactor Dotnet 的功能重合度排序。
  • akkadotnet/akka.netakkadotnet 的头像

    akkadotnet/akka.net

    5,023在 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
    在 GitHub 上查看↗5,023
  • dotnet/orleansdotnet 的头像

    dotnet/orleans

    10,789在 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
    在 GitHub 上查看↗10,789
  • orleanscontrib/orleankkaOrleansContrib 的头像

    OrleansContrib/Orleankka

    507在 GitHub 上查看↗

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

    C#actorscqrsevent-sourcing
    在 GitHub 上查看↗507
  • celluloid/celluloidcelluloid 的头像

    celluloid/celluloid

    3,870在 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
    在 GitHub 上查看↗3,870
查看 Protoactor Dotnet 的所有 30 个替代方案→

常见问题解答

asynkronit/protoactor-dotnet 是做什么的?

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

asynkronit/protoactor-dotnet 的主要功能有哪些?

asynkronit/protoactor-dotnet 的主要功能包括:Actor Frameworks, Distributed Computing, Application Frameworks。

asynkronit/protoactor-dotnet 有哪些开源替代品?

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…