mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add actor model libraries (#5389)
Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
9a45ed0e3c
commit
f40772faeb
10
README.md
10
README.md
@ -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._
|
||||||
|
Loading…
Reference in New Issue
Block a user