package polling_state_rpc

  1. Overview
  2. Docs
An RPC which tracks state on the client and server so it only needs to send diffs across the wire.

Install

Dune Dependency

Authors

Maintainers

Sources

polling_state_rpc-v0.16.0.tar.gz
sha256=6b930abc3c9863d2391882d78d56694d3c4ed58f0d364e5b17f21d7d1ec10d49

Description

An RPC which tracks state on the client and server so it only needs to send diffs across the wire.

Published: 14 Jun 2023

README

Polling_state_rpc

It's like state-rpc, but the client polls instead of the server pushing.

Dependencies (8)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.16" & < "v0.17"
  3. diffable >= "v0.16" & < "v0.17"
  4. core_kernel >= "v0.16" & < "v0.17"
  5. core >= "v0.16" & < "v0.17"
  6. async_rpc_kernel >= "v0.16" & < "v0.17"
  7. async_kernel >= "v0.16" & < "v0.17"
  8. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. bonsai >= "v0.16.0"

Conflicts

None