This repository contains the core services of CapsulaHub.
method | description |
---|---|
packages/workspace |
Main core service of CapsulaHub |
packages/renderer |
Responsible for rendering the CapsulaHub components |
packages/orchestrator |
Responsible for enabling flows between services |
packages/workspace
https://github.com/capsulajs/capsulahub-core/blob/develop/packages/workspace/README.md
Workspace is the main core service of Capsula Hub, it is responsible for :
- Loading services and components according to its configuration
- Allowing services to register themselves
- Letting services and components communicate together
- Exposing to the services their configuration
packages/renderer
TBD
packages/orchestrator
TBD
Fork this repo and open a PR.
All core services of CapsulaHub are released under MIT Licence.