Hacker News new | ask | show | jobs
by shykes 5039 days ago
Something like this:

    var people = dotcloud.sync.synchronize('people');
    people.observe(function(type, change) {
        // Update template here
    });
There's a live demo here: http://jsfiddle.net/q2q8b/31/