egg
Version:
A web framework's framework for Node.js
65 lines (43 loc) • 2.78 kB
Markdown
English | [简体中文](./README.zh-CN.md)
<div style="text-align:center">
<img src="site/public/assets/egg-banner.png" />
</div>
[](https://npmjs.org/package/egg)
[](http://packagequality.com/#?package=egg)
[](https://npmjs.org/package/egg)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Feggjs%2Fegg?ref=badge_shield)
[](https://github.com/eggjs/egg/actions?query=branch%3A3.x)
[](https://app.codecov.io/gh/eggjs/egg/tree/3.x)
[](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 # Optionally pnpm create egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001
```
> Node.js >= 14.20.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)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Feggjs%2Fegg?ref=badge_large)