Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.
Server-side JavaScript is a set of techniques allowing to build JavaScript applications directly on the server.
The most popular server-side JavaScript project is node.js, built on Chrome's JavaScript runtime, V8.
Other server-side JavaScript environments include Jaxer and Narwhal.
CommonJS project also provides a set of APIs which can be used outside the browser.