Skip to content
/ egg Public
forked from eggjs/egg

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

License

Notifications You must be signed in to change notification settings

ArvinSpace/egg

This branch is 1 commit ahead of, 322 commits behind eggjs/egg:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2019
Apr 12, 2019
Apr 11, 2019
Jul 12, 2019
May 7, 2019
Aug 2, 2017
May 23, 2019
Nov 19, 2018
Jul 28, 2017
Feb 9, 2017
Mar 21, 2019
Oct 23, 2018
Apr 9, 2019
Apr 9, 2019
Apr 30, 2019
Nov 11, 2018
Apr 9, 2019
Apr 9, 2019
Apr 16, 2019
Jul 17, 2018
May 23, 2019
Apr 16, 2019
Jun 5, 2019

Repository files navigation

Born to build better enterprise frameworks and apps

NPM version NPM quality build status Test coverage David deps Known Vulnerabilities NPM download Gitter

Installation

$ npm install egg --save

Node.js >= 8.0.0 required.

Features

  • ✔︎ Built-in process management
  • ✔︎ Plugin system
  • ✔︎ Framework customization
  • ✔︎ Lots of plugins

Docs & Community

Getting Started

Follow the commands listed below.

$ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001

Examples

See egg-examples.

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.

License

MIT

About

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Shell 0.5%