Top "Server-side" questions

The term "server-side" refers to the portion of an application run on a server.

How would MVC-like code work in Node.js?

I'm starting to get my head around node.js, and I'm trying to figure out how I would do normal …

javascript model-view-controller server-side node.js serverside-javascript
client-MVC vs server-MVC

I am looking to get some input from other users on the benefits of server-side MVC. With the power of …

model-view-controller client-side server-side
Use in_app or latest_receipt_info for getting latest receipt for auto-renewable iOS 7 style transactions?

I am trying to verifying that an auto-renewable In App purchase has not expired server side (not on a device). …

ios in-app-purchase server-side subscription in-app
Virus code injected in PHP Files

I own a website running on LAMP - Linux, Apache, mySQL and PHP. In the past 2-3 weeks the PHP …

php server-side shared-hosting virus
ASP.NET IIS server side printing fails

I'm building an ASP.NET application that requires printing using PrintDocument method: PrintDocument.Print() Printing works properly in development env …

asp.net iis printing server-side printdocument
How do I create a websockets server in PHP?

I have been searching the internet for about two days now, trying to understand how web sockets work, I am …

php javascript websocket server-side http-protocols
How to handle multiple submissions server-side

We all know the good old "disable the submit button" trick but what are the best ways to handle multiple …

server-side
How do multiple servers work in sync for web application?

My first question is, I often read about people using multiple dedicated servers to run their websites, and process queries …

architecture server server-side backend
Disable google tag manager according to the decision of single users (opt-out)

In some countries (i.e. Italy), legal requirements oblige website to provide disable/enable analytics cookies For instance: for Google …

javascript jsp cookies server-side google-tag-manager
how to build a in-memory server side cache in php?

I am trying to reduce the amount of database access by providing a in memory cache. I understand that I …

php caching server-side in-memory