Top "Serverside-javascript" questions

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

Is it possible to develop a Google App Engine web app using Node.js or some other server side JavaScript approach?

I've been following the latest developments with server-side JavaScript - especially Node.js - and wondering if there is any …

javascript google-app-engine node.js serverside-javascript
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) …

javascript web-applications server-side serverside-javascript
Referencing Google's V8 engine from a .NET app

I'm building a .NET 3.5 application and have the need to evaluate JS code on the server - basically a user …

.net javascript interop v8 serverside-javascript
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
node.js: Accessing local variables from another module

My Problem I'm writing a node module called a, which require()s a module b (written by a stranger). Unfortunately, …

javascript node.js serverside-javascript node-modules
What is the correct way to chain async calls in javascript?

I'm trying to find the best way to create async calls when each call depends on the prior call to …

javascript node.js titanium titanium-mobile serverside-javascript
How to access mysql database with socket.io

I'm just getting into coding server side javascript and have been reading tutorials on socket.io and node.js, but …

mysql node.js socket.io serverside-javascript
Best server-side javascript servers

I've been wondering to try out server-side javascript for a while. And I'm finding a good amount of servers, like: …

javascript node.js serverside-javascript
Server-Side javascript framework

I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side …

javascript server-side javascript-framework serverside-javascript server-side-scripting