SaaSHub helps you find the best software and product alternatives Learn more →
Protoactor-go Alternatives
Similar projects and alternatives to protoactor-go
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
ergo
An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
-
-
-
-
Akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
-
-
-
transitions
A lightweight, object-oriented finite state machine implementation in Python with many extensions
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
protoactor-go discussion
protoactor-go reviews and mentions
-
Hello World with Proto.Actor: Building Your First Actor Model System in .NET
Another standout feature is Proto.Actor’s excellent documentation, which provides deep insights into both the Actor Model and practical framework usage.
-
Actor Model Overview
Proto.Actor is the best framework for the Actor Model (you can use it with Go), it is implemented by the book (like Akka) Actor Model and supports the Virtual Actor Model (like Orleans). I would give a change for this framework
- Thinking in Actors – Challenging your software modelling to be simpler
-
Ergo: Erlang-inspired event driven actor framework in Go
My go to actor framework for golang has always been https://github.com/asynkron/protoactor-go. It seems that both protoactor and ergo are heavily influenced by Erlang. Why would one select ergo over protoactor?
-
Is there a programming language that will blow my mind?
https://github.com/asynkron/protoactor-go & this is a great lib, that implements a Erlang/Akka-like the Actor Model in Go.
-
Introduction to Software Architecture with Actors: Part 3 — On Simple Systems
I have worked with Orleans and Orbit a little bit and always wanted to have a look to akka.net or proto.actor. Do you know an Open Source project which makes use of actors?
-
Ergo: Erlang/OTP Implemented in Golang
Looks cool. However, since this is a paid product… if one wants an actor framework for go without the need to connect to Erlang nodes, this will be a fine choice: https://github.com/asynkron/protoactor-go.
-
Erlang's not about lightweight processes and message passing
A used this a couple of times in production: https://github.com/asynkron/protoactor-go.
No problem launching a 100k actors on a laptop.
- How to deal with multiple read and write requests on same data at almost the same time?
-
Learning resource for seniors
https://proto.actor is pretty brand new and uses gRPC
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Stats
asynkron/protoactor-go is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of protoactor-go is Go.