Egg

为用 Node.js 和 Koa 构建更好的企业框架和应用程序而生。(Born to build better enterprise frameworks and apps with Node.js & Koa. )

Github星跟踪图

Egg.js 是基于 Node.js 和 Koa 开发的,为构建更好的企业框架和应用程序而生。

特性:

  • 提供基于 Egg 定制上层框架的能力
  • 高度可扩展的插件机制
  • 内置多进程管理
  • 基于 Koa 开发,性能优异
  • 框架稳定,测试覆盖率高
  • 渐进式开发

概览

名称与所有者eggjs/egg
主编程语言JavaScript
编程语言JavaScript (语言数: 4)
平台
许可证MIT License
发布数161
最新版本名称v3.23.0 (发布于 )
第一版名称0.0.4 (发布于 )
创建于2016-06-18 06:53:23
推送于2024-05-08 07:38:36
最后一次提交2024-05-08 07:38:34
星数18.8k
关注者数477
派生数1.8k
提交数1.2k
已启用问题?
问题数3999
打开的问题数309
拉请求数1121
打开的拉请求数0
关闭的拉请求数142
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

NPM version
NPM quality
build status
Test coverage
David deps
Known Vulnerabilities
npm download
Open Collective backers and sponsors

Features

  • Built-in Process Management
  • Plugin System
  • Framework Customization
  • Lots of plugins

Quickstart

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.

Documentations

Contributors

contributors

How to Contribute

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.

Sponsors and Backers

sponsors
backers

License

MIT

去到顶部