0.0.6-alpha • Published 11 years ago

protolus-application v0.0.6-alpha

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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