backend-compression
Installation
SKILL.md
Backend Response Compression
This skill adds response compression to a Koa backend using koa-compress.
Overview
Response compression reduces payload size for text-based content (JSON, HTML, JS, CSS), improving network performance especially for mobile clients.
Installation
npm install koa-compress
Implementation
Add to apps/backend/src/main.ts: