Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 2024-02-05-add-spell-…
Browse files Browse the repository at this point in the history
…checking-ci, fix one typo and one conflict
  • Loading branch information
pdaoust committed Feb 9, 2024
2 parents 263f40b + b623682 commit a54dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/concepts/2_application_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The client is like the front end of a traditional app and can be written with wh

### Conductor

![A participant's conductor hosts multiple hApps for her, mediating the connections between the hApp and her clients, as well as between then hApp and other participants' conductors running the same hApp.](/assets/img/concepts/2.5-conductor.png){.sz80p} {.center}
![A participant's conductor hosts multiple hApps for her, mediating the connections between the hApp and her clients, as well as between the hApp and other participants' conductors running the same hApp.](/assets/img/concepts/2.5-conductor.png){.sz80p} {.center}

The hApp is hosted in the participant's **conductor**. It's the runtime that sandboxes and executes hApp code, handles cryptographic signing, manages data flow and storage, and handles connections both locally with clients and remotely with peers. When the conductor receives a function call, it routes it to the right function in the right hApp.

Expand Down

0 comments on commit a54dfbf

Please sign in to comment.