Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 9 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,14 @@ Not only actors, concurrency and distributed programming tools are also listed

## .NET

### Akka.NET
- [Akka.NET](https://getakka.net/)
- [Azure Functions - Durable Entities](https://docs.microsoft.com/sv-se/azure/azure-functions/durable/durable-functions-dotnet-entities)
- [Azure Service Fabric - Reliable Actors](https://docs.microsoft.com/sv-se/azure/service-fabric/service-fabric-reliable-actors-introduction)
- [coyote](https://microsoft.github.io/coyote/)
- F# Mailbox
- [Orleans](https://github.com/dotnet/orleans/)
- [Proto.Actor](https://proto.actor)

https://getakka.net/

### Azure Functions - Durable Entities

https://docs.microsoft.com/sv-se/azure/azure-functions/durable/durable-functions-dotnet-entities

### Azure Service Fabric - Reliable Actors

https://docs.microsoft.com/sv-se/azure/service-fabric/service-fabric-reliable-actors-introduction

### Coyote

https://microsoft.github.io/coyote/

### F# Mailbox

### Orleans

https://github.com/dotnet/orleans/

### Proto.Actor

https://proto.actor
## Typescript/Javascript

- [Tarant](https://github.com/tarantx): Fullstack composable actor system for Typescript/Javascript implementing an extensible framework that allows to focus in domain logic and delegate the rest to the platform.