Live data from Hacker News

What is a good light two-way data binding JavaScript library?

news.ycombinator.com

1–3 of 3 posts

Re: What is a good light two-way data binding JavaScript library?

#2
Might not be what you want, but I like mithril.js.

It's now my go-to solution for HTML-javascript projects. It allows rapid prototyping and simple iteration is a way that most other solutions I've experimented with just don't.

I suggest you play with a few and then choose. (And I do mean play. Make something fun that'll keep your attention).