Home | Applications | Documentation | Transport | Personal |

Documentation

Home | Cloud | C# | Database | DevOps | Revision | Web |

Web | AJAX | CSS3 | DOM | HTML5 | JavaScript | JQuery | Node.JS | TypeScript |

Node.js

Introduction

I have put here notes for my guidance for my next project. These tips may be a bit random, but I need a reference page. I will neaten this up later when I get more time.

Install Node.js

Install npm packages

From the command prompt, type in "install npm {package name} --save"
The "--save" option adds the package to the package.json file. This will allow an install of the project to fetch the npm packages automatically.

Node.js Export

Node.js Express

Node.js EJS

This handles page rendering for views. This is a very powerful product and

Node.js body-parser

This has been replaced. Need to find with what shortly.