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

使用express的原因 #500

Open
FVIVA opened this issue Oct 9, 2019 · 5 comments
Open

使用express的原因 #500

FVIVA opened this issue Oct 9, 2019 · 5 comments

Comments

@FVIVA
Copy link

FVIVA commented Oct 9, 2019

看到使用了express,但是我没有node基础,所以想问问大神为什么要实用express
另外,调试的时候 发现这样的错误提示非常友好,是使用了什么插件实现的吗
image

@bailicangdu
Copy link
Owner

node两大框架,express和koa,两个很相似,随便选择一个

@bailicangdu
Copy link
Owner

这个错误提示是babel的,并不是插件

@FVIVA
Copy link
Author

FVIVA commented Oct 10, 2019

我的意思是,实用express的原因是为了解决什么问题,因为我看源码里,是为了解决跨域、HMR加载?

@Primary-Traxex
Copy link

express用的人多啊

@superjpg
Copy link
Contributor

superjpg commented May 7, 2020

express是node的web框架之一,所以为了解决大部分前端的渲染性能优化问题,使用node框架是中间件的作用,毕竟页面多了,加载时间也需要解决,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants