mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 02:11:43 +08:00
Readme: Move Actor Model out of toc (#5932)
This commit is contained in:
parent
6baf3277ae
commit
ff85f8c756
10
README.md
10
README.md
@ -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._
|
||||
|
||||
Loading…
Reference in New Issue
Block a user