{"id":13396706,"url":"https://github.com/eggjs/egg","last_synced_at":"2025-05-12T16:20:15.702Z","repository":{"id":37359440,"uuid":"61421257","full_name":"eggjs/egg","owner":"eggjs","description":"🥚🥚🥚🥚 Born to build better enterprise frameworks and apps with Node.js \u0026 Koa","archived":false,"fork":false,"pushed_at":"2025-03-29T01:19:20.000Z","size":13165,"stargazers_count":18944,"open_issues_count":336,"forks_count":1813,"subscribers_count":474,"default_branch":"next","last_synced_at":"2025-05-04T11:54:51.790Z","etag":null,"topics":["egg","eggjs","enterprise","framework","koa","koa-middleware","koa2","node-framework","nodejs"],"latest_commit_sha":null,"homepage":"https://eggjs.org","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/eggjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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},"funding":{"open_collective":"eggjs"}},"created_at":"2016-06-18T06:53:23.000Z","updated_at":"2025-05-03T02:54:52.000Z","dependencies_parsed_at":"2023-09-29T08:54:47.653Z","dependency_job_id":"1679ff58-5d2b-4fda-8869-85eeb67e87ff","html_url":"https://github.com/eggjs/egg","commit_stats":{"total_commits":1167,"total_committers":233,"mean_commits":5.008583690987124,"dds":0.8500428449014568,"last_synced_commit":"ce4fd67278e008a0f58beff8db5c0f770f3eadc7"},"previous_names":[],"tags_count":185,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fegg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fegg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fegg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fegg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggjs","download_url":"https://codeload.github.com/eggjs/egg/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252330683,"owners_count":21730688,"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":["egg","eggjs","enterprise","framework","koa","koa-middleware","koa2","node-framework","nodejs"],"created_at":"2024-07-30T18:01:00.660Z","updated_at":"2025-05-04T11:55:05.682Z","avatar_url":"https://github.com/eggjs.png","language":"TypeScript","readme":"English | [简体中文](./README.zh-CN.md)\n\n\u003cdiv style=\"text-align:center\"\u003e\n\t\u003cimg src=\"site/public/assets/egg-banner.png\" /\u003e\n\u003c/div\u003e\n\n[![NPM version](https://img.shields.io/npm/v/egg.svg?style=flat-square)](https://npmjs.org/package/egg)\n[![NPM quality](http://npm.packagequality.com/shield/egg.svg?style=flat-square)](http://packagequality.com/#?package=egg)\n[![NPM download](https://img.shields.io/npm/dm/egg.svg?style=flat-square)](https://npmjs.org/package/egg)\n[![Node.js Version](https://img.shields.io/node/v/egg.svg?style=flat)](https://nodejs.org/en/download/)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feggjs%2Fegg.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Feggjs%2Fegg?ref=badge_shield)\n\n[![Continuous Integration](https://github.com/eggjs/egg/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg/actions?query=branch%3Amaster)\n[![Test coverage](https://img.shields.io/codecov/c/github/eggjs/egg.svg?style=flat-square)](https://codecov.io/gh/eggjs/egg)\n[![Known Vulnerabilities](https://snyk.io/test/npm/egg/badge.svg?style=flat-square)](https://snyk.io/test/npm/egg)\n[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/eggjs?style=flat-square)](https://opencollective.com/eggjs)\n\n## Features\n\n- Built-in Process Management\n- Plugin System\n- Framework Customization\n- Lots of [plugins](https://github.com/search?q=topic%3Aegg-plugin\u0026type=Repositories)\n\n## Quickstart\n\nFollow the commands listed below.\n\n```bash\n$ mkdir showcase \u0026\u0026 cd showcase\n$ npm init egg --type=simple # Optionally pnpm create egg --type=simple\n$ npm install\n$ npm run dev\n$ open http://localhost:7001\n```\n\n\u003e Node.js \u003e= 14.20.0 required.\n\n## Documentations\n\n- [Documentations](https://eggjs.org/en/index.html)\n- [Plugins](https://github.com/search?q=topic%3Aegg-plugin\u0026type=Repositories)\n- [Frameworks](https://github.com/search?q=topic%3Aegg-framework\u0026type=Repositories)\n- [Examples](https://github.com/eggjs/examples)\n\n## Contributors\n\n[![contributors](https://contrib.rocks/image?repo=eggjs/egg\u0026max=240\u0026columns=26)](https://github.com/eggjs/egg/graphs/contributors)\n\n## How to Contribute\n\nPlease let us know how can we help. Do check out [issues](https://github.com/eggjs/egg/issues) for bug reports or suggestions first.\n\nTo become a contributor, please follow our [contributing guide](CONTRIBUTING.md).\n\n## Sponsors and Backers\n\n[![sponsors](https://opencollective.com/eggjs/tiers/sponsors.svg?avatarHeight=48)](https://opencollective.com/eggjs#support)\n[![backers](https://opencollective.com/eggjs/tiers/backers.svg?avatarHeight=48)](https://opencollective.com/eggjs#support)\n\n## License\n\n[MIT](LICENSE)\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feggjs%2Fegg.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Feggjs%2Fegg?ref=badge_large)\n","funding_links":["https://opencollective.com/eggjs"],"categories":["框架","JavaScript","TypeScript","大厂开源","Repository","Node.js","后端开发框架及项目","目录","仓库","官方资源","Projects List","1. 后端开发"],"sub_categories":["阿里开源","Web Frameworks","测试","管理面板","框架","1.2 框架"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggjs%2Fegg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggjs%2Fegg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggjs%2Fegg/lists"}