{"id":13457724,"url":"https://github.com/farrow-js/farrow","last_synced_at":"2025-05-14T08:06:27.495Z","repository":{"id":39884543,"uuid":"280999981","full_name":"farrow-js/farrow","owner":"farrow-js","description":"A Type-Friendly Web Framework for Node.js","archived":false,"fork":false,"pushed_at":"2025-01-20T09:53:40.000Z","size":10300,"stargazers_count":766,"open_issues_count":21,"forks_count":37,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-11T10:08:16.488Z","etag":null,"topics":["full-stack","nodejs","typescript","web-framework"],"latest_commit_sha":null,"homepage":"https://www.farrowjs.com","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/farrow-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2020-07-20T03:07:25.000Z","updated_at":"2025-04-28T11:20:29.000Z","dependencies_parsed_at":"2023-01-30T00:01:14.707Z","dependency_job_id":"f8d9f1e3-47ae-4a61-98d8-1a3de0bb1023","html_url":"https://github.com/farrow-js/farrow","commit_stats":{"total_commits":622,"total_committers":20,"mean_commits":31.1,"dds":"0.46302250803858525","last_synced_commit":"894de340978ae69c57c127fe0e799e10aea22700"},"previous_names":["lucifier129/farrow"],"tags_count":123,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farrow-js%2Ffarrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farrow-js%2Ffarrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farrow-js%2Ffarrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farrow-js%2Ffarrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farrow-js","download_url":"https://codeload.github.com/farrow-js/farrow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101615,"owners_count":22014909,"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":["full-stack","nodejs","typescript","web-framework"],"created_at":"2024-07-31T09:00:34.466Z","updated_at":"2025-05-14T08:06:22.481Z","avatar_url":"https://github.com/farrow-js.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://farrowjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://github.com/farrow-js/farrow/blob/master/docs/assets/Farrow.blue.bg.png\" width=\"120\" alt=\"Farrow Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/farrow-http\" rel=\"nofollow\"\u003e\n    \u003cimg alt=\"npm version\" src=\"https://img.shields.io/npm/v/farrow-http.svg?style=flat\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/farrow-js/farrow/actions/workflows/test.yml\" rel=\"nofollow\"\u003e\n    \u003cimg alt=\"Test Status\" src=\"https://github.com/farrow-js/farrow/workflows/Test/badge.svg\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/farrow-js/farrow/actions/workflows/lint.yml\" rel=\"nofollow\"\u003e\n    \u003cimg alt=\"Lint Status\" src=\"https://github.com/farrow-js/farrow/workflows/Lint/badge.svg\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/farrow-js/farrow/actions/workflows/benchmark.yml\" rel=\"nofollow\"\u003e\n    \u003cimg alt=\"Benchmark Status\" src=\"https://github.com/farrow-js/farrow/workflows/Benchmark/badge.svg\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Lucifier129/farrow/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-blue.svg\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Description\n\n**Farrow** is A Type-Friendly Web Framework for Node.js\n\n## Getting Started\n\nPlease follow the documentation at [farrowjs.com](https://www.farrowjs.com/docs/tutorial)!\n\n## Benefits\n\n- Expressive HTTP middleware like [Koa](https://github.com/koajs/koa) but no need to modify `req/res` or `ctx`\n- Strongly typed and type-safe from request to response via powerful schema-based validation\n- Provide React-Hooks-like mechanism which is useful for reusing code and integrating other parts of Server like database connection\n- Easy to learn and use if you were experienced in expressjs/koajs\n\n![Farrow Demo](https://github.com/farrow-js/farrow/blob/master/docs/assets/farrow.png)\n\n## Environment Requirement\n\n- TypeScript \u003e= 4.3\n- Node.js \u003e= 14.x\n\n## Issues\n\nContributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/Lucifier129/farrow/issues).\n\n## [Contributing Guide](https://github.com/farrow-js/farrow/blob/master/CONTRIBUTING.md)\n\n## Stay In Touch\n\n- [Website](https://www.farrowjs.com/)\n- [Twitter](https://twitter.com/guyingjie129)\n- [doc/v1](https://github.com/farrow-js/farrow/tree/master/docs/v1)\n- [Blog](https://www.farrowjs.com/blog)\n\n## License\n\nThis project is [MIT](https://github.com/farrow-js/farrow/blob/master/LICENSE) licensed.\n\nCopyright © 2021-present, [Jade Gu](https://github.com/Lucifier129).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrow-js%2Ffarrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarrow-js%2Ffarrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrow-js%2Ffarrow/lists"}