Skip to the content.

Akala is a framework that aims to provide kind of a mix between angular, redux, uci and pm2.

It is composed of multiple layers

Up to here, all previously mentioned layers are usable from either client or server side (understand browser or nodejs). Then comes the platform specific layers.

%%{ init: { 'flowchart': { 'curve': 'linear' } } }%%
flowchart TB
    json-rpc-ws -.-> core
    cli -.-> core
    storage -.-> core
    commands -.-> json-rpc-ws & cli
    configuration -.-> commands
    pm -.-> commands
    server -.-> commands
    client -.-> commands