To initialize the application we need to install Node.js, and perform these below steps,
$ npm install # To install the required packages
$ npm start # To start the application
This Node.js Web application can perform operations such as,
-
Performing Fibonacci for the number
Example:
/fibonacci?value=15 ```# node-fibonacci