From 5afd345b6c5414769818675d8d85550d71d741cd Mon Sep 17 00:00:00 2001 From: boneyard93501 Date: Sun, 15 Aug 2021 16:25:50 +0000 Subject: [PATCH] GitBook: [2.0.0] 23 pages modified --- quick-start/1.-browser-to-browser-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick-start/1.-browser-to-browser-1.md b/quick-start/1.-browser-to-browser-1.md index 49b0b48..12a28c7 100644 --- a/quick-start/1.-browser-to-browser-1.md +++ b/quick-start/1.-browser-to-browser-1.md @@ -54,7 +54,7 @@ Which can now be imported into our `App.tsx` file: ![Import Aqua generated Typescript stub \(line 7\)](../.gitbook/assets/image%20%2826%29.png) -Lest it be overlooked, we wrote a little more than a handful of lines of code in Aqua and ended up with a deployment-ready code block that includes both the network routing and a compute logic to facilitate browser-to-browser messaging over a peer-to-peer network. +We wrote a little more than a handful of lines of code in Aqua and ended up with a deployment-ready code block that includes both the network routing and a compute logic to facilitate browser-to-browser messaging over a peer-to-peer network. The local \(browser\) service `HelloPeer` is also implemented in the `App.tsx` file: @@ -62,5 +62,5 @@ The local \(browser\) service `HelloPeer` is also implemented in the `App.tsx` f To summarize, we run an app that facilities messaging between two browsers over a peer-to-peer network. At the core of this capability is Aqua which allowed us in just a few lines of code to program both the network topology and the application workflow in barely more than a handful of lines of code. Hint: You should be excited. For more information on Aqua, see the [Aqua Book](https://app.gitbook.com/@fluence/s/aqua-book/). -In the next section, we develop a Wasm module and deploy it as a hosted service to the Fluence peer-to-peer network. +In the next section, we develop a WebAssembly module and deploy it as a hosted service to the Fluence peer-to-peer network.