From 92bb86edf6b83885e8773d3d8a0d3e4c36191bb5 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 19 Jul 2022 09:49:43 +0700 Subject: [PATCH] update server transport section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9089eb1..2ed2e3e 100644 --- a/README.md +++ b/README.md @@ -293,9 +293,9 @@ The `RpcServer` type is given as a simple inheritable wrapper/container that sim Currently there are plans for the following transports to be implemented: * [x] Sockets -* [ ] HTTP +* [x] HTTP * [ ] IPC -* [ ] Websockets +* [x] Websockets Transport specific server need only call the `route` procedure using a string fetched from the transport in order to invoke the requested RPC.