Skip to content

v2.1.0 Compression Enabled

Latest
Compare
Choose a tag to compare
@LasaleFamine LasaleFamine released this 15 Oct 17:57
· 12 commits to master since this release

This release will add a new compression mechanism:

  • --brotli will enable compression using Brotli
  • --gzip will enable compression using GZIP

The default is the standard static express middleware.

Thank you so much to @mxxbe for implementing the feature!