Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Pure OCaml implementation of gRPC over HTTP2.
Supported features:
To get started, browse the documentation and the examples:
examples/greeter-{client,server}-{async,lwt}
implements a basic "Hello world" service using ocaml-protoc
for Protobuf serializationexamples/greeter-{client-tls-async,server-ssl-lwt}
showcases the greeter service over a secure connectionexamples/etcd
interfaces with an external etcd
server and shows how to use ocaml-protoc-plugin
for Protobuf serializationThis MVP version of this library was built by @jeffa5. Andrew gratiously passed the baton to our team to develop it into a full fledged production-ready implementation.