mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-07 16:13:07 +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:
|
Currently there are plans for the following transports to be implemented:
|
||||||
|
|
||||||
* [x] Sockets
|
* [x] Sockets
|
||||||
* [ ] HTTP
|
* [x] HTTP
|
||||||
* [ ] IPC
|
* [ ] 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.
|
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