update server transport section in README.md

This commit is contained in:
jangko 2022-07-19 09:49:43 +07:00
parent 0fee4be2cc
commit 92bb86edf6
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -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.