记录 node.js实战 第三章 Node Web程序是什么
继续学习node.js内容。今天这章内容与之前的回顾视频ExpressJS Crash Course 内容比较类似。
Node Web是服务器端的实现,响应HTTP的请求,如GET, POST等各种请求。
利用Node的Express库,方便实现一个Web Server。
中间提到的各种Web功能
Web请求,RESTFul API
---Express
静态资源使用
---Express
获取URL数据
数据库,小型易用
---SQLite
web 模板引擎 ,Express所支持的
---ejs
css库使用
---bootstrap
middleware
---body-parser
这个middleware,我的大脑还是不太理解,我只是可以copy和paste code而已。。需要继续探索
Comments
Post a Comment