From b8a7823c0d08b222765b89cd3b74ba81c8ce60bf Mon Sep 17 00:00:00 2001 From: chencheng Date: Fri, 1 Aug 2014 07:51:48 +0800 Subject: [PATCH] add meter, Fix #31 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2d5620..732d3d8 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps. * [backbone](https://github.com/jashkenas/backbone) - Give your JS App some Backbone with Models, Views, Collections, and Events. * [ember.js](https://github.com/emberjs/ember.js) - A JavaScript framework for creating ambitious web applications. +* [meter](https://github.com/meteor/meteor) - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. * [ractive](https://github.com/ractivejs/ractive) - Next-generation DOM manipulation. * [vue](https://github.com/yyx990803/vue) - Intuitive, fast & composable MVVM for building interactive interfaces. * [knockout](https://github.com/knockout/knockout) - Knockout makes it easier to create rich, responsive UIs with JavaScript.