Skip to content

Instantly share code, notes, and snippets.

@erasmo-marin
Created April 3, 2017 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erasmo-marin/ed32298f4a7005cc326f7b13b8a5f02b to your computer and use it in GitHub Desktop.
Save erasmo-marin/ed32298f4a7005cc326f7b13b8a5f02b to your computer and use it in GitHub Desktop.
var compression = require('compression');
var app = express();
app.use(compression());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment