velopert / velog

https://velog.io/
MIT License
755 stars 135 forks source link

Add body compression middleware #103

Open cometkim opened 4 years ago

cometkim commented 4 years ago

Compressing the body string (gzip, or brotli if available) is the easiest way to increase your app perf. ✌️

It compresses over 70% of API responses larger than 1k and converts them into chucked streams.

Enjoy!