Skip to main content

The Plug-and-Play Go Microservices Framework

Lynx proudly introduces a plugin-driven modular design, enabling the combination of microservice functionality modules through plugins. This unique approach allows for high customizability and adaptability to diverse business needs.

Quick Start Code


func main() {
    boot.LynxApplication(wireApp).Run()
}

What Go-Lynx can do

Lynx is equipped with a comprehensive set of key microservices capabilities

Microservice Features

Equipped with all aspects of microservices, including service discovery and registration, configuration center, distributed transaction management, communication encryption, and more.

Plug-and-Play

Go-lynx features plug-and-play integration of third-party functionalities. All modules are integrated in the form of plugins, which can be combined with each other, greatly enhancing the expandability of the plugins.

Easy to Use

The framework design is simple enough to eliminate complex design logic, allowing more focus on different plugins. Starting a microservice requires only a single line of code.