package async_rpc_websocket

  1. Overview
  2. Docs
Library to serve and dispatch Async RPCs over websockets

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=c0303047764087e6ee5b4913c9c1d432c7f8e97bb8d9bb9ef45abd94997b179b

doc/CHANGES.html

Release v0.16.0

  • Refactored the interface of the Rpc module to make less frequent use of function type aliases for sharing code. The result is that each function signature is larger, but easier to fully understand. Any users of the function type aliases will need to update their code, since those aliases were removed.
  • Added the Rpc.Transport module. The interface for this module is similar to that of Rpc, except that callbacks are given a transport instead of a pre-constructed connection.