nim-json-rpc/json_rpc
jangko 318949a401
fixes ws rpc client bug: error when trying to connect to infura
fixes #109

previously, if using uri such as "wss://mainnet.infura.io/ws/v3/infura-id",
the client will throw error. this bug already fixed in nim-websock,
now this also fixed in json-rpc. it works when connected to infura wss.
2021-07-19 10:35:23 +07:00
..
clients fixes ws rpc client bug: error when trying to connect to infura 2021-07-19 10:35:23 +07:00
servers [FEATURE] Add additional constructor to the proxy (#108) 2021-07-12 07:22:01 +02:00
client.nim simplify imports (#98) 2021-03-26 13:17:00 +01:00
errors.nim fixes (#95) 2021-02-15 13:45:51 +01:00
jsonmarshal.nim simplify imports (#98) 2021-03-26 13:17:00 +01:00
router.nim [FEATURE] Add http json rpc proxy (#105) 2021-06-29 18:13:31 +03:00
rpcclient.nim Websocket client support and some fixes 2019-06-12 20:53:15 +03:00
rpcproxy.nim [FEATURE] Add additional constructor to the proxy (#108) 2021-07-12 07:22:01 +02:00
rpcserver.nim implement json rpc websocket server 2021-06-23 18:44:33 +07:00
server.nim simplify imports (#98) 2021-03-26 13:17:00 +01:00