Questions tagged [server-side]

The term "server-side" refers to the portion of an application run on a server. The counterpart of "server-side" is "client-side", meaning the part of an application running locally on the user's own machine, such as in a Web browser.

Server-side refers to operations that are performed by the server in a client–server relationship in computer networking.

Typically, a server is a computer program, such as a web server, that runs on a remote server, reachable from a user's local computer or workstation. Operations may be performed server-side because they require access to information or functionality that is not available on the client, or require typical behavior that is unreliable when it is done .

Server-side operations also include processing and storage of data from a client to a server, which can be viewed by a group of clients. Advantage: This lightens the work of your client. This also protects your SAMP server from crackers.

Examples of server-side processing include the creation & adaptation of a database using MySQL.

There are many and techniques used commonly to write scripts or apps on the server-side such as the following:

2610 questions
16
votes
1 answer

Asp.net server-side code block explanations

I've seen many different types of server side code blocks in aspx but never a simple key for what each means. I know some of these but it's really hard to search for symbols in a search engine! Can you help me out? <% %> <%-- --%> <%@ %> <%=…
Michael
  • 1,849
  • 18
  • 38
16
votes
7 answers

Does it make sense to build pure JavaScript based web applications (both client and server side)?

I've always considered JavaScript as a great addition (or rather, for the last couple of years, as a must have) to the client side of any web application. Even when I started to use Mootools, which takes a big step away from DOM manipulation, and…
16
votes
4 answers

Using TypeScript with an inline server-side ` Becomes... Will make the browser display a table just like if it was the…

OscarRyz
  • 196,001
  • 113
  • 385
  • 569
15
votes
1 answer

Dynamic Stylesheets Using Razor

How can I use Razor in CSS files? I'm using Razor View Engine for some time and I was curious about using it on style sheets. I can use Razor in