I’m developing a web application for mobile browsers. Right now most of development is done on local machines (with local apache) and I’d like to test how it behaves in low bandwidth and even high latency environments. I don’t need to use apache as there is little server side things for the moment. Do you know any good tool?
I’m developing a web application for mobile browsers. Right now most of development is
Share
You may want to give Sloppy a try.
UPDATE: @SamSaffron posted a cool gist: https://gist.github.com/2132065 to inject 300ms latency into the network stack