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:

Related skills
Installs
8
GitHub Stars
1
First Seen
Jan 23, 2026