package capnp-rpc-net
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Cap'n Proto is a capability-based RPC system with bindings for many languages
Install
dune-project
Dependency
Authors
Maintainers
Sources
capnp-rpc-2.1.tbz
sha256=4b59a4147cf6e49c650dbfa4cdb918aec3be69cffd1ef6b5c818584464feb987
sha512=69114597e9cd8ad42c72c1751796b216f98f2a9f09f50a0628b4a3259c2f9b169fd47a73be7b76cfda298a6c202bc79762116865272e35ca0d0914242ace34d7
doc/capnp-rpc-net/Capnp_rpc_net/index.html
Module Capnp_rpc_netSource
This package adds networking support, including TLS. Libraries should not need to link against this package (just use capnp-rpc instead), since they generally shouldn't care whether services are local or remote.
A network where the is only one other addressable party.
Source
module type VAT_NETWORK =
S.VAT_NETWORK
with type 'a capability := 'a Capnp_rpc.Std.Capability.t
and type restorer := Restorer.t
and type service_id := Restorer.Id.t
and type 'a sturdy_ref := 'a Capnp_rpc.Std.Sturdy_ref.tStretching capability references across a network link. Note: see Capnp_rpc_unix for a higher-level wrapper for this API.
Stretching capability references across a network link. Note: see Capnp_rpc_unix for a higher-level wrapper for this API.
Handling of capnp:// URI format addresses. This code is shared between the unix and mirage networks.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>