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
AsynkronIT avatar

AsynkronIT/protoactor-dotnet

0
View on GitHub↗
proto.actor↗

Protoactor Dotnet

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

Features

  • Actor Frameworks - Cross-platform actor framework.

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
  • Distributed Computing - High-performance distributed actor system.
  • Application Frameworks - Ultra-fast distributed actor system.
  • 1,889 stars·291 forks·C#·Apache-2.0·16 views

    Star history

    Star history chart for asynkronit/protoactor-dotnetStar history chart for asynkronit/protoactor-dotnet

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does asynkronit/protoactor-dotnet do?

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

    What are the main features of asynkronit/protoactor-dotnet?

    The main features of asynkronit/protoactor-dotnet are: Actor Frameworks, Distributed Computing, Application Frameworks.

    Which projects share features with asynkronit/protoactor-dotnet?

    Projects with overlapping indexed features include: 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…

    Projects sharing features with Protoactor Dotnet

    These projects share indexed features with Protoactor Dotnet. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • 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
    • orleanscontrib/orleankkaOrleansContrib avatar

      OrleansContrib/Orleankka

      507View on GitHub↗

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

      C#actorscqrsevent-sourcing
      View on GitHub↗507
    • 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
    Compare all 30 related projects→