开发者

Recommend a JSON-RPC library for java and javascript [closed]

开发者 https://www.devze.com 2023-03-08 07:16 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JS百科
Closed. This question needs to be more focused. It is not currently accepting answers.
开发者_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 question

I'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

0

精彩评论

暂无评论...
验证码 换一张
取 消