From f70ae9ca73ea9a21cd5247c1589e7e0880407547 Mon Sep 17 00:00:00 2001 From: xgrommx Date: Mon, 11 Aug 2014 13:13:42 +0300 Subject: [PATCH] Update README.md Has been added a new category 'Reactive Programming'. Also have been added several javascript libraries in the 'Reactive Programming' category. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index daa45d9..4b9d54b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * Utilities * [Files](#files) * [Functional Programming](#functional-programming) + * [Reactive Programming](#reactive-programming) * [Data Structure](#data-structure) * [Date](#date) * [String](#string) @@ -229,6 +230,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. +## Reactive Programming +*Reactive programming libraries to extend JavaScript’s capabilities.* + +* [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript. +* [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript. +* [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption. ##Data Structure *Data structure libraries to build a more sophisticated application.*