一、Express是什么?
针对Node.js的web应用程序框架,我的理解是类似spring,struts等服务端程序框架,能够提高开发效率。
二、安装
参考:https://expressjs.com/en/starter/installing.html
三、写个Helloworld
目标:本地运行项目,通过浏览器成功访问服务器
参考:https://expressjs.com/en/starter/hello-world.html
一、Express是什么?
针对Node.js的web应用程序框架,我的理解是类似spring,struts等服务端程序框架,能够提高开发效率。
二、安装
参考:https://expressjs.com/en/starter/installing.html
三、写个Helloworld
目标:本地运行项目,通过浏览器成功访问服务器
参考:https://expressjs.com/en/starter/hello-world.html