Node Interview

Configuration

App is created using expressjs framework

Install packages using npm install

Run the specific task using following command:

node app_task_1.js (for task1)

node app_task_2.js (for task2)

node app_task_3.js (for task3)

The server will start after this command and listening on port 3000 you can access test page using for example

http://localhost:3000/I/want/title/?address=google.com

Tasks Information

  1. Task1 is implement using workflow logic.
  2. Task2 is implement using Step Module
  3. Task3 is implement using Q Module