Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

tmorin/cqrsjs

Repository files navigation

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', ...

Examples

Documentation

gulp tasks

gulp jshint
gulp build
gulp ci

grunt tasks

grunt release

About

CQRS pattern apply to javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published