Readme: Move Actor Model out of toc (#5932)

This commit is contained in:
Hazar 2026-01-11 10:51:14 +03:00 committed by GitHub
parent 6baf3277ae
commit ff85f8c756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,6 +208,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
**[⬆ back to top](#contents)**
</details>
## Actor Model
_Libraries for building actor-based programs._
@ -216,7 +220,9 @@ _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.
- [ProtoActor](https://github.com/asynkron/protoactor-go) - Distributed actors for Go, C#, and Java/Kotlin.
**[⬆ back to top](#contents)**
## Artificial Intelligence
@ -231,8 +237,6 @@ _Libraries for building programs that leverage AI._
**[⬆ back to top](#contents)**
</details>
## Audio and Music
_Libraries for manipulating audio._