subutux / json-rpc2php

A json-rpc 2.0 server for php and some clients for php,js,python and vala.
GNU General Public License v2.0
46 stars 26 forks source link

Provide javascript examples for inline use or missing feature. #3

Closed tejastank closed 11 years ago

tejastank commented 11 years ago

Hello,

I found unable to use inline. like...

rpc.myClass.ping("tejas tank, snippetbucket.com")

I had unable to use like this way. Please providing best possible examples to use it.

Thanks, Tejas Tank

tejastank commented 11 years ago
    rpc.myClass.ping("hello world!",function(jsonRpcObj){
        console.log(jsonRpcObj.result);
    });

Its working ? I will do wrapping.

Thanks, Tejas Tank.

tejastank commented 11 years ago

Does this call are synchronous or asynchronous ? Please explore more in README file.

Thanks, Tejas Tank, email: tejas.tank.mca@gmail.com

subutux commented 11 years ago

I'm planning on writing Wiki pages for using the different client libraries when I get the time.