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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AsynkronIT avatar

AsynkronIT/protoactor-dotnet

0
View on GitHub↗
1,889 stars·291 forks·C#·Apache-2.0·5 vuesproto.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.

Historique des stars

Graphique de l'historique des stars pour asynkronit/protoactor-dotnetGraphique de l'historique des stars pour asynkronit/protoactor-dotnet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Protoactor Dotnet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Protoactor Dotnet.
  • akkadotnet/akka.netAvatar de akkadotnet

    akkadotnet/akka.net

    5,023Voir sur 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
    Voir sur GitHub↗5,023
  • dotnet/orleansAvatar de dotnet

    dotnet/orleans

    10,789Voir sur 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
    Voir sur GitHub↗10,789
  • orleanscontrib/orleankkaAvatar de OrleansContrib

    OrleansContrib/Orleankka

    507Voir sur GitHub↗

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

    C#actorscqrsevent-sourcing
    Voir sur GitHub↗507
  • celluloid/celluloidAvatar de celluloid

    celluloid/celluloid

    3,870Voir sur 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
    Voir sur GitHub↗3,870
Voir les 30 alternatives à Protoactor Dotnet→

Questions fréquentes

Que fait asynkronit/protoactor-dotnet ?

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

Quelles sont les fonctionnalités principales de asynkronit/protoactor-dotnet ?

Les fonctionnalités principales de asynkronit/protoactor-dotnet sont : Actor Frameworks, Distributed Computing, Application Frameworks.

Quelles sont les alternatives open-source à asynkronit/protoactor-dotnet ?

Les alternatives open-source à asynkronit/protoactor-dotnet incluent : 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…