{"id":46272525,"url":"https://github.com/routup/plugins","last_synced_at":"2026-05-12T15:02:54.174Z","repository":{"id":164536431,"uuid":"640007042","full_name":"routup/plugins","owner":"routup","description":"This repository contains plugins for the Routup ecosystem.","archived":false,"fork":false,"pushed_at":"2025-11-28T08:07:24.000Z","size":7304,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T13:04:00.255Z","etag":null,"topics":["framework","http","http-server","plugins","router","routing"],"latest_commit_sha":null,"homepage":"https://routup.net","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/routup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["tada5hi"]}},"created_at":"2023-05-12T18:41:24.000Z","updated_at":"2025-11-26T16:03:15.000Z","dependencies_parsed_at":"2023-06-28T14:32:31.315Z","dependency_job_id":"cd6e2a49-7e89-4030-840c-bf6f8cc5191b","html_url":"https://github.com/routup/plugins","commit_stats":{"total_commits":679,"total_committers":3,"mean_commits":"226.33333333333334","dds":"0.44035346097201766","last_synced_commit":"cc786a7aea54a92a61f82d990d5ba82fdf6500ad"},"previous_names":[],"tags_count":373,"template":false,"template_full_name":null,"purl":"pkg:github/routup/plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routup%2Fplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routup%2Fplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routup%2Fplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routup%2Fplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/routup","download_url":"https://codeload.github.com/routup/plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/routup%2Fplugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["framework","http","http-server","plugins","router","routing"],"created_at":"2026-03-04T03:32:07.204Z","updated_at":"2026-05-12T15:02:54.155Z","avatar_url":"https://github.com/routup.png","language":"TypeScript","funding_links":["https://github.com/sponsors/tada5hi"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Routup banner](./.github/assets/banner.png)](https://routup.net)\n\n\u003c/div\u003e\n\n# Plugins 🔌\n\n[![npm version](https://badge.fury.io/js/routup.svg)](https://badge.fury.io/js/routup)\n[![main](https://github.com/routup/plugins/actions/workflows/main.yml/badge.svg)](https://github.com/routup/plugins/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/routup/plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/routup/plugins)\n[![Known Vulnerabilities](https://snyk.io/test/github/routup/plugins/badge.svg)](https://snyk.io/test/github/routup/plugins)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\nThis repository contains plugins for the Routup ecosystem. \n\n**Table of Contents**\n\n- [Documentation](#documentation)\n- [Plugins](#plugins)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Documentation\n\nTo read the docs, visit [https://routup.net](https://routup.net)\n\n## Plugins\n\nAccording to the fact that routup is a minimalistic framework, it depends on plugins to cover some \ntypically http framework functions, which are not integrated in the main package.\n\n| Name                                          | Description                                                                                        |\n|-----------------------------------------------|----------------------------------------------------------------------------------------------------|\n| [assets](packages/assets)                     | Serve static files from a directory.                                                               |\n| [basic](packages/basic)                       | Bundle of the [body](packages/body), [cookie](packages/cookie) and [query](packages/query) plugin. |\n| [body](packages/body)                         | Read and parse the request body.                                                                   |\n| [cookie](packages/cookie)                     | Read and parse request cookies and serialize cookies for the response.                             |\n| [cors](packages/cors)                         | Native CORS handling — preflight + `Access-Control-*` response headers.                            |\n| [decorators](packages/decorators)             | Create request handlers with class-, method- \u0026 parameter-decorators.                               |\n| [i18n](packages/i18n)                         | Provide translations for incoming requests.                                                        |\n| [logger](packages/logger)                     | Morgan-compatible HTTP request logger.                                                             |\n| [prometheus](packages/prometheus)             | Collect and serve metrics for prometheus.                                                          |\n| [query](packages/query)                       | Read and parse the query string of the request url.                                                |\n| [rate-limit](packages/rate-limit)             | Rate limit incoming requests.                                                                      |\n| [rate-limit-redis](packages/rate-limit-redis) | Redis adapter for the rate-limit plugin.                                                           |\n| [swagger-ui](packages/swagger-ui)             | Mount Swagger UI on a routup router from a JSON document or URL.                                   |\n\n## Contributing\n\nBefore starting to work on a pull request, it is important to review the guidelines for\n[contributing](./CONTRIBUTING.md) and the [code of conduct](./CODE_OF_CONDUCT.md).\nThese guidelines will help to ensure that contributions are made effectively and are accepted.\n\n## License\n\nMade with 💚\n\nPublished under [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froutup%2Fplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froutup%2Fplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froutup%2Fplugins/lists"}