egamboa / RxJS

A reactive programming library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxJS 3.0.0-alpha

Reactive Extensions library for ES6.

Building

There isn't really a "build" for this library. The modules are meant to be in ES6 format for consumption.

Tests

For now, tests are run through the broccolijs development server.

install broccoli

npm install -g broccoli-cli

serve dev server

broccoli serve

Navigate to http://localhost:4200 in any browser to view the tests.

About

A reactive programming library for JavaScript

License:Apache License 2.0


Languages

Language:JavaScript 96.2%Language:HTML 3.8%