Dmitry Kurinskiy 19d4a28f61
Pubsub aqua (#19)
* add branch to ci to test release

* add some comments

* release!

* delete release branch

* DHT api in terms of PubSub

Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
2021-06-08 18:26:38 +03:00
..
2021-06-04 11:37:17 +03:00
2021-06-04 11:37:17 +03:00
2021-06-04 11:37:17 +03:00
2021-05-27 13:55:14 +03:00
2021-06-08 18:26:38 +03:00
2021-06-08 18:26:38 +03:00
2021-06-08 18:26:38 +03:00
2021-05-27 14:16:59 +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.

aqua-dht

Interface to DHT in aqua language

usage

TBD

references