You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple example of microkernel architecture how it is organised.
In src you can create core system that define main business logic and you can extend it by using plugins.
Each plugin can be extended by creating other services, entities etc.
About
A simple example of microkernel architecture how it is organised.