# egg
**Repository Path**: aeex/egg
## Basic Information
- **Project Name**: egg
- **Description**: eggjs的同步版本。🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-24
- **Last Updated**: 2022-05-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://npmjs.org/package/egg)
[](http://packagequality.com/#?package=egg)
[](https://npmjs.org/package/egg)
[](https://github.com/eggjs/egg/actions?query=branch%3Amaster)
[](https://codecov.io/gh/eggjs/egg)
[](https://snyk.io/test/npm/egg)
[](https://opencollective.com/eggjs)
## Features
- Built-in Process Management
- Plugin System
- Framework Customization
- Lots of [plugins](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories)
## Quickstart
Follow the commands listed below.
```bash
$ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001
```
> Node.js >= 8.0.0 required.
## Documentations
- [Documentations](https://eggjs.org/en/index.html)
- [Plugins](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories)
- [Frameworks](https://github.com/search?q=topic%3Aegg-framework&type=Repositories)
- [Examples](https://github.com/eggjs/examples)
## Contributors
[](https://github.com/eggjs/egg/graphs/contributors)
## How to Contribute
Please let us know how can we help. Do check out [issues](https://github.com/eggjs/egg/issues) for bug reports or suggestions first.
To become a contributor, please follow our [contributing guide](CONTRIBUTING.md).
## Sponsors and Backers
[](https://opencollective.com/eggjs#support)
[](https://opencollective.com/eggjs#support)
## License
[MIT](LICENSE)