Skip to content

cfsghost/wag.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wag.js

Feature-oriented based application Framework.

NPM

Build Status

Installation

It's simple way to install wag.js via NPM.

npm install wag.js

Usage

Here is an example to show how to build up a web service with wag.js.

var Wag = require('wag.js');

var wag = new Wag();

// Add web feature engine
var app = wag.mixin('web');

// Run
app.run(function() {
	app.engine.listen(8000);
});

License

MIT

About

Feature-oriented based application Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published