Add actor model libraries (#5389)

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
Mohamad Fadhil 2024-08-21 15:06:05 +08:00 committed by GitHub
parent 9a45ed0e3c
commit f40772faeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Awesome Go](#awesome-go) - [Awesome Go](#awesome-go)
- [Contents](#contents) - [Contents](#contents)
- [Actor Model](#actor-model)
- [Artificial Intelligence](#artificial-intelligence) - [Artificial Intelligence](#artificial-intelligence)
- [Audio and Music](#audio-and-music) - [Audio and Music](#audio-and-music)
- [Authentication and OAuth](#authentication-and-oauth) - [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)** **[⬆ 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 ## Artificial Intelligence
_Libraries for building programs that leverage AI._ _Libraries for building programs that leverage AI._