GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: An Apache module for running Nu code within a web server.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/mod_nu.git
mod_nu /
name age message
file README Tue Aug 19 23:15:04 -0700 2008 Added README. [timburks]
file apache.nu Tue Aug 19 23:07:16 -0700 2008 Initial commit. [timburks]
file make Tue Aug 19 23:07:16 -0700 2008 Initial commit. [timburks]
file mod_nu.c Tue Aug 19 23:07:16 -0700 2008 Initial commit. [timburks]
README
This is an Apache module that loads and runs Nu code.

It is very preliminary, currently just a test of feasibility, 
but it works!  Nu code is loaded and evaluated by an Apache 
module that I've written in Objective-C.  I've tested it on 
Leopard Server. It requires a x86_64 build of Nu to run with 
the default httpd.

mod_nu is released under the Apache License, version 2.0.

Tim Burks