/protolus-application

The top level application core, wrapping the other protolus libraries and adding configurations, a standard directory topography, sessions, a thin API wrapper, etc.

Primary LanguageJavaScript

protolus-application.js

A thin wrapper for protolus for web delivery

Usage

var application = new Protolus.Application.WebServer({
    onServe : function(request, response){
        //do stuff here
    }
});
application.start();

Sorry about the slim docs, more to come.

Enjoy,

-Abbey Hawk Sparrow