[Node.js] Create a Blog - Explain node.js structure (5/x)
Related Posts:
[Node.js] Create a Blog - Explain node.js structure (5/x) … Read More
[Node.js] Create a Blog - Start add more function (5/x) First step: Edit layout of home page. --- views/index.jade.bak 2017-03-15 03:08:39.126666666 +0000 +++ views/index.jade 2017-03-15 03:… Read More
[Node.js] Create a Blog - Create blog template and start web server (2/x)Install express plugin npm -g install express-generator Create a blog template express blog-system cd blog-system According to package.json wi… Read More
[Node.js] Create a Blog - Add cookie-based session (3/x) cookie-based session: Write all information on the cookie. Server don't need to store information.When client want to ask information from server. Cli… Read More
[Node.js] Create a Blog - Set routing into blog function (4/x)Add routing path into app.js --- app.js.bak 2017-03-15 02:31:40.749999989 +0000 +++ app.js 2017-03-15 02:32:42.653333318 +0000 @@ -8,6 +8,7 @@ … Read More
0 意見:
張貼留言