Designing a mobile web server and client for traffic compression
问题 I have been a bit confused on how best to go about this. The thing : I'm creating a j2me mobile app that will send compressed data via HTTP to a web server, which then will uncompress the request, fetch the data, compress it and send back to client. One similar solution to this is: T-Booster The Problem : I'm confused on how to send a compressed http request from the client app, what technology to use for the server and how best to go about implementing it. Assuming the server is handing