Features


Features of Web Server Scripting:
The features of Web server scripting are as follows;

  1. Interpreted scripts as alternative to compiled code – This means that the script is translated and executed line by line instead of the code being compiled into an application that can be run. The server must have an interpreter to be able to do this.
  2. Hide web server interface inside economical APIs – This is where server side scripts are able to control aspects of the web server using an easy to use interface. This is called an API. 
  3. Increased complexity – Server side languages are generally more difficult to learn that client side languages because of the high levels of logic used in the scripts and the security risks that need to be taken into account

No comments:

Post a Comment