diff --git a/README.md b/README.md index d1a3f06..fbcb9b4 100644 --- a/README.md +++ b/README.md @@ -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.