imalooney / t3tr0s

30th anniversary tetris in ClojureScript
t3tr0s.com
Other
468 stars 28 forks source link

Use compression lib to gzip files #29

Closed kalebdf closed 10 years ago

kalebdf commented 10 years ago

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.

screen shot 2014-08-06 at 12 38 32 am

screen shot 2014-08-06 at 12 39 20 am

Fixes #24 @imalooney

shaunlebron commented 10 years ago

Wow, that is significant compression. Thanks for the fix and highlights