Componego 0.0.3

It is a framework for building applications based on components. They can be used in several applications and can be interchangeable. This is only needed to initialize the application. It does NOT affect the main loop of your application. Components may depend on other components. They can be expanded or reduced depending on your requirements. Components are not microservices. These are folders that contain different functionality. We provide the ability to use dependency injecting, configuration, and error handling. However, one of the framework's main features is that you can rewrite entities without changing the application code. This opens up the possibility of creating mocks for any part of your application without changing the code. If your application is divided into components (modules), then this further separates your code into different services and allows you to reuse it in your other applications. It will be easier to create a new microservice based on one of these module(s) in the future since the component code will be more conveniently separated from the rest of the code. -> https://github.com/componego/componego

Tags go developers testing golang
License Other
State initial

Recent Releases

0.0.326 Jul 2024 01:10 minor feature: