Egg.js 是基于 Node.js 和 Koa 开发的,为构建更好的企业框架和应用程序而生。
特性:
- 提供基于 Egg 定制上层框架的能力
- 高度可扩展的插件机制
- 内置多进程管理
- 基于 Koa 开发,性能优异
- 框架稳定,测试覆盖率高
- 渐进式开发
为用 Node.js 和 Koa 构建更好的企业框架和应用程序而生。(Born to build better enterprise frameworks and apps with Node.js & Koa. )
Egg.js 是基于 Node.js 和 Koa 开发的,为构建更好的企业框架和应用程序而生。
特性:
Name With Owner | eggjs/egg |
---|---|
Primary Language | TypeScript |
Program language | JavaScript (Language Count: 4) |
Platform | |
License: | MIT License |
Created At | 2016-06-18 06:53:23 |
---|---|
Pushed At | 2025-09-02 07:33:15 |
Last Commit At | |
Release Count | 187 |
Last Release Name | v4.1.0 (Posted on ) |
First Release Name | 0.0.4 (Posted on ) |
Stargazers Count | 19k |
---|---|
Watchers Count | 473 |
Fork Count | 1.8k |
Commits Count | 1.2k |
Has Issues Enabled | |
Issues Count | 4064 |
Issue Open Count | 339 |
Pull Requests Count | 1162 |
Pull Requests Open Count | 12 |
Pull Requests Close Count | 150 |
Has Wiki Enabled | |
---|---|
Is Archived | |
Is Fork | |
Is Locked | |
Is Mirror | |
Is Private |
Follow the commands listed below.
$ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001
Node.js >= 8.0.0 required.
Please let us know how can we help. Do check out issues for bug reports or suggestions first.
To become a contributor, please follow our contributing guide.