mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-23 17:58:20 +00:00
update server transport section in README.md
This commit is contained in:
parent
0fee4be2cc
commit
92bb86edf6
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user