Testing jsonrpc server on http by Rust Depending on paritytech/jsonrpc
In project folder
jsonrpc-test $ cargo run
Use simeple-jsonrpc-client to test
CL-USER> (simple-jsonrpc-client:call "http://127.0.0.1:3030"
:|method| "say_hello")
"{\"jsonrpc\":\"2.0\",\"result\":\"hello\",\"id\":1}
"
200
#<HASH-TABLE :TEST EQUAL :COUNT 4 {1005FCD3D3}>
#<QURI.URI.HTTP:URI-HTTP http://127.0.0.1:3030>
#<SB-SYS:FD-STREAM for "socket 127.0.0.1:63697, peer: 127.0.0.1:3030" {1005FA0593}>
CL-USER> (simple-jsonrpc-client:call "http://127.0.0.1:3030"
:|method| "sum"
:|params| '(5 11))
"{\"jsonrpc\":\"2.0\",\"result\":\"16\",\"id\":1}
"
200
#<HASH-TABLE :TEST EQUAL :COUNT 4 {1005FED463}>
#<QURI.URI.HTTP:URI-HTTP http://127.0.0.1:3030>
#<SB-SYS:FD-STREAM for "socket 127.0.0.1:63697, peer: 127.0.0.1:3030" {1005FA0593}>
- Decide whether to use pure TCP instead of HTTP. Or whether to use another protocol.
- jsonrpc API documentation survey and tools in Rust.
- Fix or decide not to fix Common Lisp jsonrpc library on Quicklisp https://github.com/fukamachi/jsonrpc
- (SNN project only) Make SNN API in jsonrpc.