Closed kalebdf closed 10 years ago
I added the gzip compress to the Express 4.x server by using the compression :hammer: library.
compression
NOTE: Remember to run npm install to ensure that the compression library is downloaded.
npm install
Fixes #24 @imalooney
Wow, that is significant compression. Thanks for the fix and highlights
I added the gzip compress to the Express 4.x server by using the
compression
:hammer: library.NOTE: Remember to run
npm install
to ensure that the compression library is downloaded.Fixes #24 @imalooney