Skip to content

M69W/sample-json-rpc-php-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sample code for blog post "Android JSON-RPC client and PHP Zend Framework server"

Companion code for blog post "Android JSON-RPC client and PHP Zend Framework server".

XML-RPC rules, but the amount of data it generates is its big disadvantage. This is where JSON-RPC steps in. Data it generates is significally smaller, but this isn’t suprising as JSON is known as fat free XML.

Follow-up on "How to build PHP XML-RPC Server, Client and Android application" blog post, this time we are using JSON-RPC and also measuring which one was faster and had smaller data packages.

About

Sample code for blog post "Android JSON-RPC client and PHP Zend Framework server"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • PHP 11.5%
  • HTML 7.3%
  • Java 5.7%
  • ApacheConf 0.5%