Browse Source

update docs

tags/v1.4.31
Jonathan Cobb 3 years ago
parent
commit
e3dd105f43
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/launch-types.md

+ 2
- 2
docs/launch-types.md View File

@@ -30,8 +30,8 @@ A `node`, also often just called a Bubble, is a regular Bubble that acts as a VP

### Cloud Services
When it needs to use cloud services, a Bubble can either:
* delegate cloud services back to the launcher that created it (a "cloud Bubble")
* use the cloud services directly itself (a "standalone Bubble")
* Delegate the call back to its launcher (a "cloud Bubble")
* Call the cloud service directly (a "standalone Bubble")

What are the pros/cons of each approach?



Loading…
Cancel
Save