Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand All @@ -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

Expand All @@ -231,8 +237,6 @@ _Libraries for building programs that leverage AI._

**[⬆ back to top](#contents)**

</details>

## Audio and Music

_Libraries for manipulating audio._
Expand Down
Loading