Top "Server-side" questions

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

Why and when to use Node.js?

Possible Duplicate: How to decide when to use Node.js? Sorry if I'm a bit ambiguous, but I'm trying to …

javascript node.js serverside-javascript server-side
url with multiple forward slashes, does it break anything?

http://example.com/something/somewhere//somehow/script.js Does the double slash break anything on the server side? I have …

url browser url-routing server-side
NodeMailer Invalid Login

I am new to node.js programming .I am using nodemailer module for sending emails. const nodemailer = require ('nodemailer'), credentials=…

javascript node.js smtp server-side nodemailer
How do I get the SVN server log?

I am trying to find a way to get the SVN server-side log, but I only found the way to …

svn server-side
Read echo'ed output from another PHP file

I want 1 PHP file to "run" (include?) another PHP file on the same server, and access its echo'ed output as …

php server-side echo
Server-Sent Events vs Polling

Is there a big difference (in terms of performance, browser implementation availability, server load etc) between HTML5 SSEs and straight …

html javascript-events server-side server-sent-events ajax-polling
How to generate sitemap with react router

I'm trying to figure out how to dynamically generate sitemap in reactJS server side (express) web app. I'm using react …

reactjs server-side react-router react-router-component
How to store session data in server-side blazor

In a server-side Blazor app I'd like to store some state that is retained between page navigation. How can I …

c# asp.net-core server-side blazor blazor-server-side
Server Side File Browsing

I'm working on a web app that reads data from a set of text files and maps it to a …

server-side filechooser
How do I access PHP REST API PUT data on the server side?

-- Question -- I am just starting out with the REST API and am getting pretty confused. This is what …

php rest server-side put