From 69b5e1ca8090556b7a1a36e23bda91d0e40a26ca Mon Sep 17 00:00:00 2001 From: Vivek Poddar Date: Wed, 19 Nov 2014 14:27:42 +0530 Subject: [PATCH] Adds mithril in MVC. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 703c9b2..dc41926 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [derby](https://github.com/derbyjs/derby) - MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers. * [derby-awesome](https://github.com/onerussell/awesome-derby) - A collection of awesome derby components * [way.js](https://github.com/gwendall/way.js) - Simple, lightweight, persistent two-way databinding. [![](http://spmjs.io/badge/way.js)](http://spmjs.io/package/way.js) +* [mithril.js](https://github.com/lhorie/mithril.js) - Mithril is a client-side MVC framework (Light-weight, Robust, Fast). ## Non-MVC Frameworks