TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Running an indie game store, a data dump

15 点作者 leafo将近 10 年前

1 comment

leafo将近 10 年前
Hello,<p>I created itch.io about two years ago. I originally launched it on HN too! <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5445029" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5445029</a><p>Would be glad to answer any questions.<p>Naturally the tech stack of itch.io is very cool:<p>It&#x27;s powered by MoonScript <a href="http:&#x2F;&#x2F;moonscript.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;moonscript.org&#x2F;</a> , the transpiled language I wrote. Using Lapis <a href="http:&#x2F;&#x2F;leafo.net&#x2F;lapis&#x2F;" rel="nofollow">http:&#x2F;&#x2F;leafo.net&#x2F;lapis&#x2F;</a> , the web framework I built. It&#x27;s running on top of a custom Ngingx build called OpenResty <a href="http:&#x2F;&#x2F;openresty.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;openresty.org&#x2F;</a> (I didn&#x27;t make that)<p>Because Lua is not something you typically see running websites there a lot libraries that I had to write to facilitate the basics: talking to APIs, uploading files, storage management, Tumblr, Twitter, Facebook, Mailgun, etc, etc. Check out my GitHub, I opensource most of it: <a href="http:&#x2F;&#x2F;github.com&#x2F;leafo" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;leafo</a>