Hacker News new | ask | show | jobs
by eccp 4274 days ago
I've laughed a lot by looking at the achievements I've unlocked with my Git repos using Acha: https://clojurecup.com/?#/apps/acha ... My submission to ClojureCup was a simple feeds reader: https://clojurecup.com/?#/apps/friendly
1 comments

Wondeding if Acha will be open sourced :) Only because their platform description sounds tempting. They say no AJAX once it's loaded (isomorphic) but I don't see that on the site, wondering if that's just not live.
It will be open sourced. We download whole database at beginning and put it to datascript (https://github.com/tonsky/datascript). We don't make any additional requests to render user/repo profile.