Friday 18 November 2016

Web client

Web client

Mostly all users of web application will interact with  web client, web client will do the following things,
    1. Takes inputs from the user.
    2. Sending inputs(request) to server.
    3. Receives the outputs(response) from server.
    4. Display proper response to the users.

Note : Web client = Browser
Thanks for your time.
-Nireekshan