Long description

Back

There is an image on top right corner that is labeled JavaScript Developer. It has 4 images side by side of laptop, JSON file icon labeled building, JSON file icon labeled packaging, JSON file icon labeled testing.

The steps written below tells about interaction between Web Browser Window labeled Browser JavaScript, Web Server, no SQL Database, Cloud Service & configuration setting is mentioned below.

Step 1: Login request from Web Browser to Web Server

Step 2: Authentication token from Server to Web Browser

Step 3: Data request from Web Browser to Web Server

Step 4: Data request done by Web Server to no SQL Database

Step 5: data is returned from no SQL Database to Web Server

Step 6: data is then sent from Web Server to Web Browser

Step 7: data request is made from Web Browser to Cloud Service

Step 8: Cloud service interacts with configuration settings

Step 9: data is returned as JSON file from Cloud Service to Web Browser

Back