Powerful Dependency Injection
Built on Uber's Fx for type-safe management of application components and lifecycle with automatic dependency resolution.
Built on Uber's Fx & GoFiber for developer productivity and scalability
Built on Uber's Fx for type-safe management of application components and lifecycle with automatic dependency resolution.
Integrated with GoFiber v3 featuring automatic request logging, middleware support, and lightning-fast routing.
Utilizes Uber's Zap logger with developer-friendly console output and production-ready JSON formatting.
Load configuration from environment variables and .env files with type-safe accessors and hot-reloading support.
Unified caching interface supporting multiple drivers like Memory, Redis, and SQLite for optimal performance.
Organize your application into logical modules with managed lifecycles (OnStart, OnStop) and clean separation of concerns.
Core components are defined by interfaces, promoting loose coupling, testability, and maintainability.
Seamless integration with GORM for database operations, supporting MySQL, PostgreSQL, SQLite, and SQL Server.
Built-in event system with Redis backend for publish-subscribe patterns and asynchronous processing.