Skip to content

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

Notifications You must be signed in to change notification settings

Protolus/protolus-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published