Ergo: Erlang-inspired event driven actor framework in Go

The Ergo Framework implements Erlang ideas and design patterns in Go, simplifying the development of complex and distributed solutions with high reliability and performance. Utilizing the actor model and network transparency, it allows for scalable and fault-tolerant systems, easy communication between nodes, and built-in observability features. Ready-to-use components streamline development, and support for distributed systems enables efficient scaling and message broadcasting. The framework prioritizes reliability and fault tolerance with a supervisor tree structure. It offers flexibility for customization and includes tools like the observer and saturn. Version 3.0.0 introduces significant API improvements and a new network stack for enhanced performance. Comprehensive documentation is available to maximize the capabilities of Ergo Framework.

https://github.com/ergo-services/ergo

To top