2021-05-27 13:55:14 +03:00
|
|
|
## Aqua
|
|
|
|
|
|
|
|
Aqua is a new-gen language for distributed systems.
|
|
|
|
|
|
|
|
Aqua programs are executed on many peers, sequentially
|
|
|
|
or in parallel, forming a single-use coordination network.
|
|
|
|
|
|
|
|
Aqua's runtime is heterogeneous: it includes browsers, servers, devices, all involved in solving a single task.
|
|
|
|
Therefore, Aqua scripts are compiled into several targets at once, with AIR and Typescript as a default.
|
|
|
|
|
2021-05-27 14:16:59 +03:00
|
|
|
## aqua-dht
|
2021-05-27 13:55:14 +03:00
|
|
|
|
2021-05-27 14:16:59 +03:00
|
|
|
Interface to DHT in aqua language
|
2021-05-27 13:55:14 +03:00
|
|
|
|
|
|
|
### usage
|
|
|
|
|
|
|
|
TBD
|
|
|
|
|
|
|
|
### references
|
|
|
|
|
|
|
|
- To get started writing aqua see: https://github.com/fluencelabs/aqua-playground
|