From 444c833fb470c6e19366824bd33545cf074fd5ed Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 15 Sep 2014 15:47:22 +0200 Subject: [PATCH] add `zone` closes #143 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 02c2e73..6f2d5da 100644 --- a/readme.md +++ b/readme.md @@ -232,6 +232,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. - Channels - [js-csp](https://github.com/jlongster/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go). +- Other + - [zone](https://github.com/strongloop/zone) - Provides a way to group and track resources and errors across asynchronous operations. ### Streams