Bits of code I have written, and project pages for various released libraries and applications. All code available for download here is copyright Tom Insam and can be considered to be licensed under the GPL, unless stated otherwise.

mod_js - a JavaScript Apache module

Posted 09 July 2007 tagged with [apache] [javascript] [programming] [spidermonkey]

[mod_js](http://jerakeen.org/code/mod_js) is an Apache module written by Ash Berlin and I that embeds the SpiderMonkey JavaScript engine and lets you run JavaScript code on the server as CGI scripts. As you’d expect, it’s very early, but is good enough to compile scripts, run the JavaScript, and print the output to the client. mod_js is licensed under the GPL3.

read more (231 words)..