luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Support git upstreams #238

Open creationix opened 6 years ago

creationix commented 6 years ago

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.