blob: adc20b6ba8515a9a799f74ea1487941257190d45 [file] [log] [blame] [view]
# Architecture
Minho has been designed with simplicity and user/developer focus in mind.
Minho architecture is service module oriented at core.
The Minho boot component is responsible of:
* the main Service Registr hosting services provided by modules
* the Minho core services
* the Minho service loader to register additional services in your runtime
<img src="../img/architecture.png" />
You can find details about Minho services [here](services).