Top "Serverside-javascript" questions

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

Node.js Best Practice Exception Handling

I just started trying out node.js a few days ago. I've realized that the Node is terminated whenever I …

node.js exception-handling serverside-javascript
How does setTimeout work in Node.JS?

I guess that once it's executed it's on the queue, but in the queue is there any assurance it will …

javascript node.js serverside-javascript
nodejs vs node on ubuntu 12.04

I installed nodejs on ubuntu from instructions given here When I write node --version in the terminal I see this : …

javascript node.js ubuntu serverside-javascript
user authentication libraries for node.js?

Are there any existing user authentication libraries for node.js? In particular I'm looking for something that can do password …

authentication node.js serverside-javascript
What is non-blocking or asynchronous I/O in Node.js?

In the context of Server Side Javascript engines, what is non-blocking I/O or asynchronous I/O? I see this …

node.js asynchronous nonblocking serverside-javascript
Preventing XSS in Node.js / server side javascript

Any idea how one would go about preventing XSS attacks on a node.js app? Any libs out there that …

xss node.js serverside-javascript
Using a .NET DLL in Node.js / serverside javascript

I have a pet project that is an online game, the entire game engine is written in C# and I …

c# node.js serverside-javascript edge.js
Node.js and CPU intensive requests

I've started tinkering with Node.js HTTP server and really like to write server side Javascript but something is keeping …

javascript node.js serverside-javascript web-worker
Node.js Parsing A Number Inside a String

Given a string like: Recipient: [email protected] Action: failed Status: 5.0.0 (permanent failure) Diagnostic: No How do I get the "5.0.0" …

regex node.js serverside-javascript
How to sync a javascript countdown with server time

I am building a site which has times and prices which tick down. The thing I am most concerned with …

javascript serverside-javascript