表达类似于咕噜?有什么不同?快递超过咕噜有什么好处?

时间:2021-10-28 16:34:18

I've been working on node,grunt,bower and yeoman from couple of months. I came across MEAN stack applications, in which expressjs is providing the server environment(my understanding). Are both grunt and express similar?

几个月来我一直在研究节点,咕噜声,凉亭和自耕农。我遇到了MEAN堆栈应用程序,其中expressjs提供服务器环境(我的理解)。咕噜声和快递都相似吗?

Requesting for some helpful link on express and MEAN stack.

请求快速和MEAN堆栈上的一些有用链接。

1 个解决方案

#1


3  

Express is a webserver framework on top of nodejs (like symphony for php).

Express是nodejs之上的webserver框架(如symph的symphony)。

Grunt is an automation tool (like make or gulp) and not a webserver.

Grunt是一个自动化工具(如make或gulp),而不是Web服务器。

The only thing they have in common is, that they use the JavaScript programming language.

他们唯一的共同点是,他们使用JavaScript编程语言。

MEAN is a full stack environment for developing web applications. MEAN uses MongoDB as database backend, Express as webserver framework, AngularJs for the client side and all is based on NodeJs. When your application gets more complex and you need some sort of deployment procedure you may use Grunt to automate this.

MEAN是用于开发Web应用程序的完整堆栈环境。 MEAN使用MongoDB作为数据库后端,Express作为Web服务器框架,AngularJs用于客户端,所有都基于NodeJ。当您的应用程序变得更复杂并且需要某种部署过程时,您可以使用Grunt来自动执行此操作。

#1


3  

Express is a webserver framework on top of nodejs (like symphony for php).

Express是nodejs之上的webserver框架(如symph的symphony)。

Grunt is an automation tool (like make or gulp) and not a webserver.

Grunt是一个自动化工具(如make或gulp),而不是Web服务器。

The only thing they have in common is, that they use the JavaScript programming language.

他们唯一的共同点是,他们使用JavaScript编程语言。

MEAN is a full stack environment for developing web applications. MEAN uses MongoDB as database backend, Express as webserver framework, AngularJs for the client side and all is based on NodeJs. When your application gets more complex and you need some sort of deployment procedure you may use Grunt to automate this.

MEAN是用于开发Web应用程序的完整堆栈环境。 MEAN使用MongoDB作为数据库后端,Express作为Web服务器框架,AngularJs用于客户端,所有都基于NodeJ。当您的应用程序变得更复杂并且需要某种部署过程时,您可以使用Grunt来自动执行此操作。