Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin authored Jul 8, 2023
1 parent 96e404e commit 05cfcf7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ Up to here, all previously mentioned layers are usable from either client or ser
- [server](server): node layer. It basically supports server side command triggers like http (This permits to have commands being served by http).
- [client](client): browser layer heavily inspired from angularjs and angular from a concept perspective, but with a radically different usage approach.

![Architecture Diagram](architecture.svg)
```mermaid
%%{ 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
```

0 comments on commit 05cfcf7

Please sign in to comment.