Hacker News new | ask | show | jobs
by dogonwheels 5502 days ago
How about Knockout? So it's not a 'full' RIA JS framework, but in my mind, that's no bad thing: http://knockoutjs.com/

It feels like a nice fit to MVC/MS stuff (there's certainly plenty of examples of this, and Steve Sanderson now works for MS). And it's easy to bind whatever UI you want to your view models.

Personally I now use KO for even the smallest of JS/HTML 'apps'. It's lovely :)