Liking cljdoc? Tell your friends :D

convex.client

Interacting with a peer via the binary protocol.

After creating a client with connect, main interactions are query and transact.

All IO functions return a future which ultimately resolves to a result received from the peer. Information from result can be extracted using:

Interacting with a peer via the binary protocol.

After creating a client with [[connect]], main interactions are [[query]] and [[transact]].

All IO functions return a future which ultimately resolves to a result received from the peer.
Information from result can be extracted using:

- [[error-code]]
- [[trace]]
- [[value]]
raw docstring

convex.server

Creating a peer which can either:

  • Run alone for dev and test
  • Run locally, synced with other local peers
  • Run locally but synced with the test network on convex.world

Examples are provided in README.

Creating a peer which can either:

- Run alone for dev and test
- Run locally, synced with other local peers
- Run locally but synced with the test network on `convex.world`

Examples are provided in README.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close