cqrs.js

0.2.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i cqrs.js

Weekly Downloads

1

Version

0.2.4

License

MIT

Last publish

Collaborators

  • thibaultmorin