Lobsters Rails Project iconLobsters Rails Project

Event-driven actor framework in Go.

Open Source Alternative to:

Repository activity:

Stars4,073

Forks826

Open Issues119

Last commit10 hours ago

Languages:

Ruby
HTML
JavaScript
Lobsters Rails Project screenshot

Ergo is an Erlang-inspired event-driven actor framework designed for the Go programming language. It aims to bring the robustness and efficiency of Erlang's actor model to Go, making it easier to build concurrent and distributed systems with high performance and reliability.

  • Actor Model: Implements the actor model for managing state and behavior in a concurrent system.
  • Event-Driven: Supports event-driven programming paradigms, allowing for responsive and scalable applications.
  • Erlang Compatibility: Inspired by Erlang, it brings similar concurrency and fault-tolerance capabilities to Go.
  • Scalability: Designed to handle large-scale systems with ease, leveraging Go's concurrency primitives.
  • Ease of Use: Simplifies the development of complex systems by abstracting concurrency management.

Ergo provides a powerful and efficient framework for building concurrent and distributed applications in Go, leveraging the best parts of Erlang's actor model.

Share: