GitBook: [2.0.0] 42 pages and 6 assets modified

This commit is contained in:
boneyard93501
2021-07-05 00:18:51 +00:00
committed by gitbook-bot
parent a8219a87b2
commit 2066a70608
16 changed files with 802 additions and 29 deletions

View File

@ -127,6 +127,10 @@ The Fluence protocol offers an alternative to node selection, i.e. connection an
[TrustGraph](https://github.com/fluencelabs/trust-graph) is currently under active development. Please check the repo for progress.
{% endhint %}
### Application
An application is the "frontend" to one or more services and their execution sequence. Applications are developed by coordinating one or more services into a logical compute unit and tend to live outside the Fluence network**,** e.g., the browser as a peer-client. They can be executed in various runtime environments ranging from browsers to backend daemons.
### **Scaling Applications**
As discussed previously, decoupling at the network and business logic levels is at the core of the Fluence protocol and provides the major entry points for scaling solutions.