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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Stroopwafel, multiplayer game built with a graph-based database

1 点作者 nezaj超过 1 年前
Hey HN!<p>Stroopwafel is a casual game based on the delay in reaction time between congruent and incongruent stimuli, aka the stroop effect. It&#x27;s got multiplayer mode and is live in the app store. We built this with React Native and InstantDB (disclaimer: I&#x27;m the cofounder of Instant) and released the code to provide an example of how to build a multiplayer app. You can see the repo with the code here <a href="https:&#x2F;&#x2F;github.com&#x2F;jsventures&#x2F;stroopwafel">https:&#x2F;&#x2F;github.com&#x2F;jsventures&#x2F;stroopwafel</a><p>We’ve always loved Firebase for it’s realtime magic. However, we found not having relations was a huge pain for managing feature complexity as our apps grew. Introducing a small change or a new way to present data could require re-plumbing our whole data model. Relational firebase was the dream, and we figured the way to do it was by taking a graph-based approach. More on that here <a href="https:&#x2F;&#x2F;stopa.io&#x2F;post&#x2F;296" rel="nofollow noreferrer">https:&#x2F;&#x2F;stopa.io&#x2F;post&#x2F;296</a><p>Some interesting thoughts about the code 1) the data layer is quite thin, the firebase like experience enables you to just focus on the front end 2) having a notion of links makes it very easy to connect and update different models without worries of clobbering updates. Instant is still early, but the direction feels promising to us.<p>You can download the app for free in the app store: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;stroopwafel&#x2F;id6470153525" rel="nofollow noreferrer">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;stroopwafel&#x2F;id6470153525</a>

暂无评论

暂无评论