What is the best Javascript XML-RPC client library?

后端 未结 7 1596
臣服心动
臣服心动 2020-12-13 07:14

What is the best Javascript XML-RPC client library in your opinion and why?

I\'am making a JQuery app and I need to communicate with my xmlrpc server with it.

<
相关标签:
7条回答
  • 2020-12-13 07:41

    There are two new libraries that I recently published for doing XML-RPC over JavaScript. One works with jQuery, one is plain JavaScript for modern browsers.

    • jQuery XML-RPC (docs)
    • xmlrpc.js
    0 讨论(0)
提交回复
热议问题