json-rpc
Client server communication without using the GWT RPC
I would like to pass data between client and the server without using the GWT RPC. I need to send the JSON data and get back the response.[详细]
2023-04-12 09:58 分类:问答How do I get the request body?
I am trying to implement a simple JSON-RPC server.The client part is handled by the jquery.jsonrpc. This seems to work fine, sending a JSON-RPC message as the payload of a post message.[详细]
2023-04-08 22:28 分类:问答Android web server authentication with JsonRPC
I\'ve been doing some research and it seems my b开发者_开发知识库est option to go with an Android-Client/PHP-Server application is by using JsonRPC. My question is, How would an authentication mechani[详细]
2023-04-06 23:30 分类:问答Bitcoin api not dependant on a running bitcoin daemon?
I\'m trying to get a bitcoin-centric website going, and I need to be able to perform the following actions wi开发者_StackOverflow中文版thout having a bitcoin daemon running on any server due to limita[详细]
2023-03-26 11:54 分类:问答Perl -- 'Not a HASH reference' error when using JSON::RPC::Client
I\'m a newbie in Perl. I have a JSON-RPC server running at http://localhost:19000 and I need to call checkEmail() method.[详细]
2023-03-26 03:29 分类:问答Bidirectional JSON-RPC over TCP socket Java implementation
Does anyone know if some Java implementation of the JSON-RPC protocol exists with bidirectional support (there is no Client/Server, both entities can send and receive the same messages).[详细]
2023-03-15 23:20 分类:问答Which simple python based WSGI compatible jsonrpc library to use in server side for 'pyjamas'?
Recently, I came across pyjamas framework. It encourages radically different web application development approach by seperating the whole \'view\' com开发者_如何学JAVAponent of \'MVC\' into some html[详细]
2023-03-14 09:07 分类:问答Recommend a JSON-RPC library for java and javascript [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JS百科[详细]
2023-03-08 07:16 分类:问答JSON-RPC server via Python
I need to implement a JSON-RPC server like this: http://pasha.cdemo.applicationcraft.com/service/json This server will be accessed from jQuery and 开发者_运维技巧I have to use Python for writing it.[详细]
2023-03-03 15:20 分类:问答Python JSON RPC with jQuery - ServiceRequestNotTranslatable
I\'m writing a web application using python JSON-RPC implementation - http://json-rpc.org/wiki/python-json-rpc on server side and jQuery axaj API on client side.[详细]
2023-03-02 23:02 分类:问答