nsjsapi -- Server-side JavaScript module

$Header: /cvsroot-fuse/aolserver/nsjsapi/nsjsapi.html,v 1.1 2007/02/23 13:18:54 dossy Exp $

Theory of Operation

The nsjsapi module implements server-side JavaScript using the Mozilla SpiderMonkey (JavaScript-C) Engine. The JSAPI Reference documents the C API for SpiderMonkey.

For thread-safety, SpiderMonkey depends on the Netscape Portable Runtime (NSPR).

To compile and install, please refer to the instructions in the INSTALL document included with the nsjsapi source.

Known Issues

None at this time.

Configuration Options

The following options are available for configuring the nsjsapi module:

Option Type Default Description

Sample Configuration

#
# Server-side JavaScript -- nsjsapi
#
ns_section "ns/server/${servername}/module/nsjsapi"