What is Express.js?

后端 未结 8 2102
北荒
北荒 2020-12-02 03:42

I am a learner in Node.js.

  1. What\'s Express.js?
  2. What\'s the purpose of it with Node.js?
  3. Why do we actually need Express.js? How is it useful fo
8条回答
  •  借酒劲吻你
    2020-12-02 03:53

    Express.js is a framework used for Node and it is most commonly used as a web application for node js.

    Here is a link to a video on how to quickly set up a node app with express https://www.youtube.com/watch?v=QEcuSSnqvck

提交回复
热议问题