From ba85b9d6a639febecdc5d3d996dec0cf49ce9e31 Mon Sep 17 00:00:00 2001 From: Maksym Ostroverkhov Date: Fri, 5 Jan 2024 16:40:12 +0200 Subject: [PATCH] readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aca3ab6..1d10ff1 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,15 @@ Currently comprised of * `TCP`, `UNIX domain sockets` & `VM sockets` - known efficient byte stream protocols for datacenter / inter-process communication; -and Http2 streams based transports for interop: +and Http/Http2 based transports for interop: * `GRPC-RSocket-RPC` for communication with internet clients / external services; -* `WebSocket` & `Websocket-over-http2` for cross-cloud communication with Internet Standards transport. +* `WebSocket` & `Websocket-over-http2` for cross-cloud communication with Internet Standards transport; + +* `Http/json` to expose auxiliary/control APIs as http endpoint; + +* `multiprotocol` transport to serve any combination of above over same port. ### Examples