luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.

Home Page:http://lit.luvit.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support git upstreams

creationix opened this issue · comments

I'm trying to make the production server less stateful. We already have a backup of all repo data on github, it would be neat if the lit server wrote directly to that github repo, but had a local cache for fast reads. The local storage could be ephemeral allowing people to even use free heroku dynos combined with github for persistence for their own package repositories.