For this assignment you are going to build a client-server


Javascript based single page web apps

In this assignment you are going to build a small web app based on just the native capabilities of Node.js and javascript. Specifically, you will build an app that allows a user to retrieve and display super hero bios that are hosted on the server.

Assignment Requirements -

For this assignment you are going to build a client-server single-page app that allows a user to retrieve and view superhero information from the server.

To do this assignment you need to be able to do things like the following:

  • Open and read files on the server.
  • Send GET requests from client to server, and extract the response data.
  • Receive GET requests from the client and formulate a response.
  • Construct server routes and parse URL query strings.
  • Send JSON strings between browser and server.
  • Convert JSON strings to javascript objects.
  • Construct form elements with dynamically determined contents.
  • Modify elements in the Document Object Model
  • li>Open and write files on the server.

We will demonstrate these individual capabilities in lectures and with demo code posted to the course website. So the challenge will be to combine these individual capablities to form the application and also solve a few additional problems that inevitably fall through the cracks.

Attachment:- Assignment File.rar

Request for Solution File

Ask an Expert for Answer!!
: For this assignment you are going to build a client-server
Reference No:- TGS02189904

Expected delivery within 24 Hours