Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.22 KB

File metadata and controls

36 lines (26 loc) · 1.22 KB

git_memo

Contents

⬆ back to top

通用

Libraries for building actor-based programs.

  • Ergo - An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang.
  • Goakt - Fast and Distributed Actor framework using protocol buffers as message for Golang.
  • Hollywood - Blazingly fast and light-weight Actor engine written in Golang.
  • ProtoActor - Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin.

AI