# ember-processes

Communicating Sequential Processes (CSP, though not to be
confused with [Content Security
Policy](https://github.com/rwjblue/ember-cli-content-security-policy)).

This is still very experimental. I am still fleshing out some nice
patterns. In the mean time, take a look at this
[Twiddle](https://ember-twiddle.com/e9867c1813a9e4fb2033).

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
