From f40772faeb0db40df9aefe1718c6030278a368ef Mon Sep 17 00:00:00 2001 From: Mohamad Fadhil Date: Wed, 21 Aug 2024 15:06:05 +0800 Subject: [PATCH] Add actor model libraries (#5389) Co-authored-by: Phani Rithvij --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0e2be311..77454be1 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Awesome Go](#awesome-go) - [Contents](#contents) + - [Actor Model](#actor-model) - [Artificial Intelligence](#artificial-intelligence) - [Audio and Music](#audio-and-music) - [Authentication and OAuth](#authentication-and-oauth) @@ -208,6 +209,15 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a **[⬆ back to top](#contents)** +## Actor Model + +_Libraries for building actor-based programs._ + +- [Ergo](https://github.com/ergo-services/ergo) - An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. +- [Goakt](https://github.com/Tochemey/goakt) - Fast and Distributed Actor framework using protocol buffers as message for Golang. +- [Hollywood](https://github.com/anthdm/hollywood) - Blazingly fast and light-weight Actor engine written in Golang. +- [ProtoActor](https://github.com/asynkron/protoactor-go) - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin. + ## Artificial Intelligence _Libraries for building programs that leverage AI._