Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(doc): add what is egg english doc, translated by the chinese version #462

Merged
merged 4 commits into from
Feb 27, 2017
Merged

docs(doc): add what is egg english doc, translated by the chinese version #462

merged 4 commits into from
Feb 27, 2017

Conversation

davidnotes
Copy link
Contributor

@davidnotes davidnotes commented Feb 26, 2017

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Feb 26, 2017

Codecov Report

Merging #462 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #462   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines         620    620           
=====================================
  Hits          620    620

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b28ce76...a2d18c2. Read the comment docs.

title: What is egg?
---

**egg is born for building enterprise application and framework**,we hope egg will give more upper frame to help developers and developing team reduce development and maintenance costs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upper frame 一般不这样说的吧。

"我们希望由 egg 孕育出更多上层框架" 孕育没有翻译出来

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We hope egg will give birth to more application framework to help ...

这个怎么样? @fengmk2


Since we know well that enterprise applications need to consider how to balance the differences between different teams, seeking common ground while reserving differences in the pursuit of clarifying specification and cooperation, we focus on providing core features for web development and a flexible and extensible plug-in mechanism instead of giant bazaar mode which is popular in common web frameworks(with integrated such as database, template engine, front-end framework and other functions). We will not make technical selection because default technical selection makes the scalability of the framework too poor to meet a variety of custom requirements. With the help of egg , it is very easy for architects and technical leaders to build their own framework which is suitable for their business scenarios based on existing technology stack .

The plug-in mechanism of egg is very extensible, **one purpose for one plugin**(Eg:[nunjucks] is encapsulated in to [egg-view-nunjucks](https://github.com/eggjs/egg-view-nunjucks), and MySQL is encapsulated in to [egg-mysql](https://github.com/eggjs/egg-mysql)). Aggregating the plugins and customizing the configurations according to their own business scenarios greatly reduces the development cost.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aggregating the plugins 多了一个空格

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx

@fengmk2 fengmk2 merged commit ada0137 into eggjs:master Feb 27, 2017
@fengmk2
Copy link
Member

fengmk2 commented Feb 27, 2017

@davidnotes Thanks a lot!

@davidnotes davidnotes deleted the 20170222_index_en branch February 28, 2017 06:43
@popomore popomore mentioned this pull request Feb 28, 2017
48 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants