Top "Serverside-javascript" questions

Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.

What is "server" in server-side javascript like NodeJS?

Is it not a Javascript engine hosted by the browser on the client machine itself?

javascript node.js serverside-javascript
Confirmation box from server side in asp.net

I want to show the confirmation box in asp.net from server side: I want to call it from server …

asp.net alert server-side serverside-javascript confirmation
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
how to detect that user's connection is lost or he closed the browser window in Nodejs socket.io

I have a chat application on Node.js and Socket.io, user can connect and disconnect with a button... I …

node.js websocket socket.io serverside-javascript
a server side mustache.js example using node.js

I'm looking for an example using Mustachejs with Nodejs here is my example but it is not working. Mustache is …

node.js serverside-javascript
Next.js return the 404 error page in getInitialProps

Currently I am following this example on how to redirect users in getInitialProps https://github.com/zeit/next.js/wiki/…

javascript node.js serverside-javascript next.js nextjs
JavaScript pass scope to another function

Is it possible to somehow pass the scope of a function to another? For example, function a(){ var x = 5; var …

javascript node.js closures scope serverside-javascript
Libraries to write xml with JavaScript

I am doing some server side coding with JavaScript (node.js) and I would like to write valid xml. I …

javascript xml serverside-javascript
Server Side Javascript On Apache Server

We intend to use Apache server for web development. For serverside scripting we wish to use server side javascript. What …

javascript apache serverside-javascript server-side-scripting ssjs
Upload file using NodeJS and node-formidable

I succeed uploading file using node.js and the formidable module yet, the file that got save on the disk …

javascript file-upload node.js serverside-javascript