gitbook-docs/fluence-js
2022-04-26 13:20:07 +00:00
..
1_concepts.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00
2_basics.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00
3_in_depth.md GitBook: [#257] Fix heading type 2022-04-26 13:20:07 +00:00
4_run_in_browser-1.md GitBook: [#256] Docs for Marine JS 2022-04-26 12:38:20 +00:00
5_run_in_node.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00
6-reference.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00
changelog.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00
README.md GitBook: [#252] Fix small issues with tutorial's deploy section 2022-03-29 14:48:36 +00:00

Fluence JS

Fluence JS is an implementation of the Fluence protocol for JavaScript-based environments. It can connect browsers, Node.js applications, and so on to the Fluence p2p network.

Similar to the Rust Fluence Peer implementation it includes:

Fluence JS can call services and functions on the Fluence network, and expose new APIs to the p2p network directly from TypeScript and JavaScript. Aqua language uses Fluence JS as a compilation target, and they are designed to work in tandem.

Fluence JS can be used with any framework of your choice (or even without frameworks).