TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the quickest way to create back end server for games

4 pointsby yranadiveover 3 years ago
I'd be interested in a backend service that does auth, store inventory of purchased in-game assets, etc. Something simple that's easy and fast to standup.

1 comment

muzaniover 3 years ago
What kind of game is it? Requirements for a MMO will be different to say, a shooter, or something with a leaderboard.<p>Firebase is usually the default. It&#x27;s not as simple as it looks and can be a little costly, but it&#x27;s well supported.<p>If it&#x27;s just CRUD, Parse Server is much faster to set up and cheaper. It&#x27;s was open sourced by FB and suddenly everyone lost interest as it was no longer a resume item.<p>If you want something more customized, less simple, but with a little latency, serverless stuff is fine.
评论 #30319924 未加载