与仅使用 Connect 相比,(NodeJS) Express 提供了什么?
与仅使用 Connect 相比,Express 提供了什么?
Express 的大部分功能似乎都是 Connect 的功能。
Express 提供的服务有清单吗?
What does Express provide over just using Connect?
Most of the features of Express seem to be features of Connect.
Is there a list of what Express provides?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更高层次的抽象(以 Web 框架为中心)、模板引擎、视图渲染。
我想说 Express guide 通过示例列出了对其功能的很好的总结。
Higher level of abstraction (web framework centric), template engines, view rendering.
I would say Express guide lists quite good summary of it's features with examples.