157k views
2 votes
Much of a program for a web app runs on a distant computer, often called the ____.

User Topicus
by
5.7k points

1 Answer

4 votes

Answer:

server

Step-by-step explanation:

Much of a program for a web app runs on a distant computer, often called the server. Most of the backend code execution happens on the server and the results of the processing are passed to the client browser for display to the user. Common programming environments for backend web applications include PHP,Servlet,ASP.NET etc. Client side scripting is mostly done using Javascript.

User PCA
by
5.7k points