In case you have a webservice/AJAX application which relies on sharing big chunk of data and you want to improve the communication time, one option is to reduce the payload. We generally used to use JSON rather than XML for this. As part of our new development we figured out that even JSON can be too much for us. Then there comes BISON (Binary Interchange Standard and Object Notation). I would suggest you to have a look at it :)
http://www.kaijaeger.com/articles/introducing-bison-binary-interchange-standard.html
Friday, November 28, 2008
Subscribe to:
Posts (Atom)