A small program that is run on the user's machine. For example, JavaScript scripts are widely used on Web pages that are executed in the client machine. Contrast with server-side script. THIS ...
A small program run on the server that automates or controls certain functions or links one program to another. On the Web, a CGI script is an example of a server-side script. Contrast with ...
I'm currently entangled in the middle of a debate with a friend of mine over which direction the web interface of our project should go. One of the limitations of the server is that it's extremely low ...