Skip to content

cujojs/wire

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2014
Apr 10, 2016
Jul 4, 2013
Jun 6, 2013
Mar 29, 2013
Apr 10, 2016
Apr 10, 2016
Aug 7, 2012
Nov 6, 2013
Apr 11, 2014
Jan 21, 2014
Jan 21, 2014
Feb 21, 2014
Apr 10, 2016
Apr 29, 2015
Feb 9, 2011
Apr 11, 2014
Jul 2, 2013
Apr 29, 2015
Jul 2, 2013
Nov 6, 2013
Mar 29, 2013
Jun 6, 2013
Jan 21, 2014
Apr 29, 2015
Apr 23, 2012
Apr 29, 2015

Repository files navigation

Build Status

wire.js

Wire is an Inversion of Control Container for Javascript apps, and acts as the Application Composition layer for cujoJS.

Wire provides architectural plumbing that allows you to create and manage application components, and to connect those components together in loosely coupled and non-invasive ways. Consequently, your components will be more modular, easier to unit test and refactor, and your application will be easier to evolve and maintain.

To find out more, read the full introduction, more about the concepts behind wire, and check out a few example applications.

Documentation

  1. Getting Started
  2. Reference Documentation
  3. Example Code and Apps
  4. Full Changelog

License

wire.js is licensed under The MIT License.