Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Jan 5, 2024
1 parent 1533e72 commit ba85b9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba85b9d

Please sign in to comment.