So my team has made a small tool to perform Image Annotation and Labeling. And we were trying to optimize our code. We were able to compress data from the server, but we have been trying to perform compression on data that is being sent from client to server. What data you may ask, its just text file around 2 - 3mb. Is there any way we can perform compression? We are using JavaScirpt and want to send to FLASK.
This is the first question i am posting on here :)