RPC (Remote Procedure Calls)
- capnp-rpc: Cap’n Proto RPC implementation, used by Docker. Cap’n Proto is a high performance, binary serialization protocol. Includes networking support.
- Apache Thrift: Cross-language, binary, high performance RPC framework. Includes OCaml bindings via generation.
- OCaml-RPC: RPC using XML or JSON. Transportation mechanism not included. docs.
- OCaml-GRPC gRPC library for OCaml using protobufs.