An open API service indexing awesome lists of open source software.

https://github.com/tj/channel.js

Go-style channel implementation for JavaScript
https://github.com/tj/channel.js

Last synced: 9 months ago
JSON representation

Go-style channel implementation for JavaScript

Awesome Lists containing this project

README

          

# Channel

Simple Go-style `Channel` implementation. Others are available but this implementation tries to follow the Go semantics more closely.

## Installation

```
$ npm install tj/channel.js
```

# License

MIT