Protolus / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%