npm install express-generator -g Usage: express [options] [dir] Options: -h, –help output usage information –version output the version number -e, –ejs add ejs engine support
Tag: Expressjs
Express Js Introduction
Express js Introduction express() – Creates an Express application. The express() function is a top-level function exported by the express module. var express = require(‘express’);
What is ExpressJS ?
What is Express.js? Expressjs is a Node js web application server framework, which is specifically designed for building single-page, multi-page, and hybrid web applications. It
How to create Logger in NodeJS ?
Logging in NodeJS Applications We will see simple method of logging a very simple server program. Log Levels Some applications process hundreds of millions of