I've a json rpc server with websocket transport only. Does any one knows about a javascript library that implement json rpc over websocket that I can use? Regards,
Asked
Active
Viewed 333 times
0
-
Could you give us details about the server you're using? As is this question appears to be underspecified. – gzost Aug 21 '16 at 12:21
-
It's a server that conforms to json-rpc specs [http://www.jsonrpc.org/specification] There's tons of client implementations in all languages (java, python, nodejs) but none in pure javascript. – Salih Aug 23 '16 at 09:24