mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-04-25 07:52:14 +00:00
GitBook: [2.0.0] 23 pages modified
This commit is contained in:
parent
2b6f070ec5
commit
5afd345b6c
@ -54,7 +54,7 @@ Which can now be imported into our `App.tsx` file:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
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/).
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user