node-applescript can be used to interpret AppleScript source code on OS X machines via Node.js, instead of the default interpreter.Once the code execute, the results are returned as a native JavaScript object.Under the hood, node-applescript is nothing...

read more
node-cgi

node-cgi 0.3.1

node-cgi was developed to allow Node.js HTTP server instances to serve CGI scripts, without the developer needing to port or adapt any of the original script to JS code.This saves development time and improves Node's reach in the development world.Usage...

read more