{"id":28855601,"url":"https://github.com/portkey-ai/hono-compress-fast","last_synced_at":"2026-07-01T15:32:33.737Z","repository":{"id":298908698,"uuid":"1001506413","full_name":"Portkey-AI/hono-compress-fast","owner":"Portkey-AI","description":"A fast compress middleware for hono and nodejs","archived":false,"fork":false,"pushed_at":"2025-06-17T18:19:06.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-06T12:14:06.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Portkey-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T13:52:36.000Z","updated_at":"2025-08-21T21:04:45.000Z","dependencies_parsed_at":"2025-06-13T15:22:42.513Z","dependency_job_id":"cac3a59b-c237-4e79-bef4-941025cfb555","html_url":"https://github.com/Portkey-AI/hono-compress-fast","commit_stats":null,"previous_names":["portkey-ai/hono-compress-fast"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Portkey-AI/hono-compress-fast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portkey-AI%2Fhono-compress-fast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portkey-AI%2Fhono-compress-fast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portkey-AI%2Fhono-compress-fast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portkey-AI%2Fhono-compress-fast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Portkey-AI","download_url":"https://codeload.github.com/Portkey-AI/hono-compress-fast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Portkey-AI%2Fhono-compress-fast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35013181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-19T23:45:30.057Z","updated_at":"2026-07-01T15:32:33.733Z","avatar_url":"https://github.com/Portkey-AI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hono-compress-fast\n\n\u003e Ultra-light Brotli / gzip / deflate compression middleware for Hono.\n\n```ts\nimport { Hono } from 'hono'\nimport { compressFast } from 'hono-compress-fast'\n\nconst app = new Hono()\napp.use(compressFast({ threshold: 1024 }))\n````\n\n* **Fast** – streams via Node zlib Brotli when available.\n* **Portable** – falls back to Web CompressionStream (gzip/deflate) in Deno, Bun, Workers.\n* **Zero deps** – no WASM, no native bindings.\n\n## Install\n\n```bash\nnpm add hono-compress-fast   # or pnpm / yarn / bun\n```\n\n## API\n\n...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportkey-ai%2Fhono-compress-fast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fportkey-ai%2Fhono-compress-fast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fportkey-ai%2Fhono-compress-fast/lists"}