of thousands of reusable packages on NPM. Portable - available on any OS and many hosting platforms. Active third party ecosystem and developer community.
HTTP verbs ( i.e. GET, POST, PATCH, DELETE) Provides route handlers Allows use of middleware (functions which have access to the request object) Any database mechanism is supported by Node (eg MongoDB, SQLite, PostgreSQL etc.) There are several templating engines supported i.e. Pug, Dust, Jade, Ejs etc.
running as well as gain a deeper understanding of Node.Js and Express framework: 1. Express official site 2. Server-side programming with JavaScript - Mozilla Developer Network 3. NodeJs download 4. Demo Repository 5. Deployed demo