From be42bc4836280d3e9a035f273d6f9c552bf8f874 Mon Sep 17 00:00:00 2001 From: Sergey R Date: Fri, 24 Jul 2015 05:18:01 +0300 Subject: [PATCH] Add Most.js FRP library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5986c8..58e1c5c 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [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. * [Highland] (http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. +* [Most.js](https://github.com/cujojs/most) - high performance FRP library. ## Data Structure