0.2.4 • Published 9 years ago

cqrs.js v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

cqrsjs

Circle CI Dependency Status devDependency Status Coverage Status

CQRS pattern application for JavaScript.

Requirements

cqrsjs is designed to work into browsers and node too.

cqrsjs used the es6 Promise. So use a polyfill if the targeted runtime doesn't provide a native implementation.

cqrsjs is built around the es5 features.

So it should work for node, evergreen browsers, IE9 and IE10.

If not ... it's a bug.

cq what?

cqrs means Command and Query Responsibility Segregation. It's coming from far away, so Wikipedia will be a better place to know more about it.

Install

npm install --save cqrs.js
bower install --save cqrs.js
require(['cqrsjs', ...

Example

Documentation

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago