Skip to content

Commit d3f96c9

Browse files
committed
Update workflow doc
1 parent a8e6e19 commit d3f96c9

File tree

2 files changed

+11
-354
lines changed

2 files changed

+11
-354
lines changed

docs/HowRNDesktopAppWorks.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Diagram code for future changes(mermaid format)
4848

4949
```
5050
sequenceDiagram
51-
QtApplication->>Bundler: Generate single js file from all js sources
52-
Bundler-->>QtApplication: sends generated js file
53-
QtApplication->>ubuntuserver.js: execute single js file in sandbox
54-
ubuntuserver.js-->>ubuntuserver.js: executes js file
55-
ubuntuserver.js->> QtApplication: send JSON response (result of code execution)
51+
QtApplication->>Bundler: requiest js sources
52+
Bundler-->>Bundler: Generates single js file from all js sources
53+
Bundler-->>QtApplication: returns js file
54+
QtApplication->>jsexecutor.js: sends js for execution
55+
jsexecutor.js-->>jsexecutor.js: executes js in a sandbox
56+
jsexecutor.js->> QtApplication: send JSON response (result of code execution)
5657
QtApplication-->> QtApplication: process JSON and instantiate UI components
5758
```

0 commit comments

Comments
 (0)