Skip to content

chad-autry/data-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Build Status

DataSource

A DataSource is an simply an EventEmitter which emitts a 'dataChanged' event with {added:[], removed:[], updated:[]}

#DataSourceListener A DataSourceListener is an object which has a 'setDataSource' method which

#DataLink A DataLink is both a DataSource, and a DataSourceListener. It listens to a

#Chain Fainlly, a data chain is just the idea of chaining toghether multiple DataLinks. non-linking DataSourceListeners may be hooked in at any point, there could be forking,

About

A pattern of evented data structure listeners which can be chained together, and helper classes in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published