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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Grryno – Game server hosting by the minute

1 点作者 rejacobson大约 7 年前
Hey HN!<p>As far as I can tell <a href="https:&#x2F;&#x2F;grryno.com" rel="nofollow">https:&#x2F;&#x2F;grryno.com</a> is the first game hosting service that let&#x27;s you pay for game servers on demand, by the minute, rather than having a monthly subscription.<p>It&#x27;s still a work in progress but is functional. The reason I&#x27;m showing you now is to try to get people using it so I can iterate on user feedback rather than trying to guess what people would want.<p>The only game offered at the moment is Minecraft, but I&#x27;m open to adding any suggested game servers, even older or open source games. Name it and I&#x27;ll see if I can do it. Prices of games will be anywhere from $0.05 to $0.25 per hour, depending on the required resources. Minecraft, for example, is $0.25&#x2F;h because of it&#x27;s heavy memory requirements. Other, lighter games, such as Teeworlds, would be about $0.05&#x2F;h<p>The game servers are run using Amazon AWS services which are managed through a Linode web frontend and backend. I started off with everything on Linode using 4 separate application servers to manage everything. After a suggestion from an old work colleague I made the switch to AWS and Docker which has made things an order of magnitude simpler! I managed to dump about half of my existing codebase and drop all but one application server because of the switch to AWS.<p>I&#x27;d love to answer some questions about the tech stack I&#x27;m using if anyone&#x27;s interested. I&#x27;d also love to hear opinions on what game servers people would be interested in running.<p>Thanks for reading!<p>Ryan

2 条评论

chatmasta大约 7 年前
For this idea to work I think you need to auto terminate the instances when no players are online. Otherwise you’re asking your users to remember to terminate the server when they’re done playing, lest they be surprised with a $180 bill at the end of the month.
评论 #16652651 未加载
Zekio大约 7 年前
$180 per month seems a bit expensive for just a Minecraft server O.o
评论 #16651841 未加载