for my GWT app i am tranferring Data to the client which is using the data to draw on a canvas. The Problem is that the tranfer of this data consumes too much bandwidth.
My question is: could I create a png file in a similar way on the server and just send it to the Client?