Skip to content

Instantly share code, notes, and snippets.

@WitkowskiMichau
Created June 10, 2018 18:28
Show Gist options
  • Save WitkowskiMichau/c55986d8455a857a02417412b9538f6f to your computer and use it in GitHub Desktop.
Save WitkowskiMichau/c55986d8455a857a02417412b9538f6f to your computer and use it in GitHub Desktop.
const compression = require('compression')
// This require installing compression via npm - look in commit
// ...
app.use(compression())
// Added compression with GZIP
// ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment