Created
May 10, 2018 09:09
-
-
Save SaurabhLpRocks/dacda179276b1e4d7e70a8d4cdcb3a4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var compression = require('compression') | |
| var express = require('express') | |
| var app = express() | |
| app.use(compression()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment