speckleworks / SpeckleCore

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems
MIT License
38 stars 17 forks source link

Implement compression (gzip) on all outgoing requests #7

Closed didimitrie closed 6 years ago

didimitrie commented 6 years ago

This is a tricky one: On the server side, compression should be enabled on the webserver/proxy level (nginx). As such, if implementations details vary - someone will not go through the extra steps of enabling compression, or will not have a proxy - then the client will fail.