glb-compressor-server
Installation
SKILL.md
glb-compressor Server
HTTP compression server built on Bun.serve(). Provides synchronous and
streaming (SSE) compression endpoints with full CORS support.
Starting the Server
# Production (from installed package)
glb-server
# Development (hot reload)
bun run dev
# Custom port
PORT=3000 bun run start
Default port: 8080 (override via PORT env var).