{"id":13454354,"url":"https://github.com/tinyhttp/tinyhttp","last_synced_at":"2026-02-01T09:04:24.771Z","repository":{"id":37299637,"uuid":"271918885","full_name":"tinyhttp/tinyhttp","owner":"tinyhttp","description":"🦄 0-legacy, tiny \u0026 fast web framework as a replacement of Express","archived":false,"fork":false,"pushed_at":"2025-05-05T09:33:07.000Z","size":11239,"stargazers_count":2824,"open_issues_count":11,"forks_count":125,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-07T19:47:41.721Z","etag":null,"topics":["backend","es6","es6-javascript","esm","esnext","express-js","http","http-server","javascript","javascript-framework","node-js","nodejs","nodejs-frameworks","nodejs-server","typescript","web","webframework"],"latest_commit_sha":null,"homepage":"https://tinyhttp.v1rtl.site","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/tinyhttp.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"v1rtl","liberapay":"v1rtl","custom":["https://v1rtl.site/support","https://drips.network/app/projects/github/tinyhttp/tinyhttp"],"issuehunt":"talentlessguy","github":["tinyhttp","talentlessguy","aldy505","rocktimsaikia"]}},"created_at":"2020-06-13T01:19:08.000Z","updated_at":"2025-05-05T22:31:09.000Z","dependencies_parsed_at":"2023-09-24T17:57:14.313Z","dependency_job_id":"5374a417-e936-4031-a508-5975ce64a9ea","html_url":"https://github.com/tinyhttp/tinyhttp","commit_stats":{"total_commits":1570,"total_committers":72,"mean_commits":"21.805555555555557","dds":0.5496815286624204,"last_synced_commit":"9d38a0c19ec67df2ef8774167c160e7b42e17d7f"},"previous_names":["talentlessguy/tinyhttp"],"tags_count":1025,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyhttp%2Ftinyhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyhttp%2Ftinyhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyhttp%2Ftinyhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyhttp%2Ftinyhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinyhttp","download_url":"https://codeload.github.com/tinyhttp/tinyhttp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253296241,"owners_count":21885771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backend","es6","es6-javascript","esm","esnext","express-js","http","http-server","javascript","javascript-framework","node-js","nodejs","nodejs-frameworks","nodejs-server","typescript","web","webframework"],"created_at":"2024-07-31T08:00:53.325Z","updated_at":"2026-01-22T23:53:33.487Z","avatar_url":"https://github.com/tinyhttp.png","language":"TypeScript","readme":"\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"500px\" src=\"https://tinyhttp.v1rtl.site/logo.svg?a\" alt=\"tinyhttp\" /\u003e\n\u003cp\u003e\u003csub\u003e⚡ Tiny web framework as a replacement of Express\u003c/sub\u003e\u003c/p\u003e\u003cbr /\u003e\n\n[![][site-badge]][site-url] [![npm][npm-img]][npm-url]\n[![GitHub Workflow\nStatus][gh-actions-img]][github-actions]\n[![Coverage][cov-img]][cov-url] [![][code-quality-img]][code-quality]\n\n\u003c/div\u003e\n\u003cbr /\u003e\u003cbr /\u003e\n\n_**tinyhttp**_ is a modern [Express](https://expressjs.com/)-like web framework\nwritten in TypeScript and compiled to native ESM with a minimal install and runtime footprint. tinyhttp doesn't depend on any polyfills or any other compatibility layers and targets recent Node.js versions.\n\n## Features\n\n- ⚙ Express middleware compat\n- ↪ Async error handling support\n- ☑ ESM-only\n- 🚀 No legacy compat or useless polyfills\n- 🤏 Minimal dependencies (3x less than express v5)\n- 🔨 Types out of the box\n- 🔥 Middlewares for common tasks\n\nVisit [tinyhttp website](https://tinyhttp.v1rtl.site) for docs, guides and\nmiddleware search.\n\n## Install\n\n[Node.js 16+](https://node.green/#ES2022) is required.\n\n```sh\npnpm i @tinyhttp/app\n```\n\n## Donate\n\nYou can donate with fiat or crypto\n[here](https://github.com/tinyhttp/tinyhttp?sponsor=1).\n\n## Sponsors\n\n[![LambdaTest](https://www.lambdatest.com/blue-logo.png)](https://www.lambdatest.com/?utm_source=tinyhttp\u0026utm_medium=sponsor)\n\n## Contributing\n\nThere are many ways to contribute:\n\n- [Submit bugs or feature requests](https://github.com/tinyhttp/tinyhttp/issues)\n- Adding a new feature or addressing bugs yourself\n- Review [documentation](https://tinyhttp.v1rtl.site/) and fix typos or add new\n  content\n\nFor ways to contribute, please see the\n[documentation](https://github.com/tinyhttp/tinyhttp/blob/master/CONTRIBUTING.md).\n\n[site-url]: https://tinyhttp.v1rtl.site\n[npm-url]: https://npmjs.com/package/@tinyhttp/app\n[github-actions]: https://github.com/tinyhttp/tinyhttp/actions\n[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/tinyhttp/tinyhttp/main.yml?branch=master\u0026style=for-the-badge\u0026logo=github\u0026label=\u0026color=hotpink\n[cov-img]: https://img.shields.io/coveralls/github/tinyhttp/tinyhttp?style=for-the-badge\u0026color=hotpink\n[cov-url]: https://coveralls.io/github/tinyhttp/tinyhttp\n[code-quality-img]: https://img.shields.io/codefactor/grade/github/tinyhttp/tinyhttp?style=for-the-badge\u0026color=hotpink\n[code-quality]: https://www.codefactor.io/repository/github/tinyhttp/tinyhttp\n[npm-img]: https://img.shields.io/npm/dt/@tinyhttp/app?style=for-the-badge\u0026color=hotpink\u0026logo=npm\u0026label=\n[site-badge]: https://img.shields.io/badge/website-open-hotpink?style=for-the-badge\n","funding_links":["https://ko-fi.com/v1rtl","https://liberapay.com/v1rtl","https://v1rtl.site/support","https://drips.network/app/projects/github/tinyhttp/tinyhttp","https://issuehunt.io/r/talentlessguy","https://github.com/sponsors/tinyhttp","https://github.com/sponsors/talentlessguy","https://github.com/sponsors/aldy505","https://github.com/sponsors/rocktimsaikia"],"categories":["Packages","TypeScript","T","包"],"sub_categories":["Web frameworks","Web 框架"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyhttp%2Ftinyhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinyhttp%2Ftinyhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyhttp%2Ftinyhttp/lists"}