@@ -48,26 +48,11 @@ deploying and integrating Hyper.
4848 [ BEAM] ( https://en.wikipedia.org/wiki/BEAM_(Erlang_virtual_machine) ) . This
4949 means that fault-tolerance is built into the virtual machine, and allows you
5050 to interactively debug any issues you run into.
51- - gRPC Interface -- although the author exclusively uses Hyper through the
51+ - ** gRPC Interface** -- although the author exclusively uses Hyper through the
5252 BEAM-native interfaces, we recognize this may not be ideal for all languages
5353 and existing stacks. For that reason, Hyper has a GRPC interface, so you can
5454 call it from any language you already use.
5555
56- ## gRPC interface
57-
58- Hyper exposes a public gRPC API so consumers in any language can drive the
59- cluster. The contract lives at ` proto/hyper/grpc/v0/hyper.proto `
60- (` hyper.grpc.v0.Machines ` ): ` CreateMachine ` , ` StopMachine ` , ` GetMachine ` ,
61- ` ListMachines ` . Machines are addressed by a ` vm_id ` string minted at creation.
62-
63- > ** v0:** unstable — the contract may change without notice during early
64- > development.
65-
66- The server always runs on every node and is configured (port, TLS) entirely
67- from your own ` config/ ` ; it is stateless. See
68- [ the gRPC guide] ( docs/grpc.md ) for configuration, TLS, connecting from any
69- language, and regenerating the bindings.
70-
7156## Docs
7257
7358Full docs on getting started, as well as useful diagrams are available on
0 commit comments