Recommend a JSON-RPC library for java and javascript [closed]
开发者_JS百科
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this questionI'm looking around for a good solution for JSON-RPC either in JAVA and Javascript (both sides, but I don't mean it has to be the same project!).
Post your hints. I'd like a mainstream project with lot of examples around.
I've tried jsonrpc4j but I can't get it working with spring...
Wikipedia have list of JSON-RPC libraries in various languages.
You can use spring-json view to transfer data from client to server using JSON. spring-json view
on the official website you will find a list of JSON-RPC libraries/Clients for all languages including java and javascript
http://json-rpc.org/wiki/implementations
精彩评论