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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Anonymous chat service with no registration or installation required

16 点作者 moigagoo大约 1 年前
Cannon is a chat service created to mimic physical conversions. Like in real life, there is no chat history or account setup.<p>If you want to test the service, feel free to message me: <a href="https:&#x2F;&#x2F;app.cannon-chat.online&#x2F;#&#x2F;newcontact?deviceId=neatly-blackened-liassaurus-4367&amp;displayName=moigagoo" rel="nofollow">https:&#x2F;&#x2F;app.cannon-chat.online&#x2F;#&#x2F;newcontact?deviceId=neatly-...</a>

5 条评论

snthpy大约 1 年前
This is cool.<p>Presumably, your server stores a registry of Device IDs and IPs to route messages? What about replacing this with some sort of partitioned DHT to make it decentralized?<p>Also, the messages flow through your servers? Would it be possible to set up WebSocket connections between the users instead, and how would that compare from a security model perspective?<p>I don&#x27;t really know much about any of this, so I&#x27;m just asking out of curiosity.
评论 #40263068 未加载
RyanAdamas大约 1 年前
<a href="https:&#x2F;&#x2F;app.cannon-chat.online&#x2F;#&#x2F;newcontact?deviceId=jealously-unearthly-palaeosauriscus-0260&amp;displayName=Jester" rel="nofollow">https:&#x2F;&#x2F;app.cannon-chat.online&#x2F;#&#x2F;newcontact?deviceId=jealous...</a><p>contact for testing at your own risk...<p>Just a heads up for those testing it out on iOS: &quot;Why can&#x27;t I reply directly through the push notification? Because your browser that doesn&#x27;t offer this capability. For example, Safari on iOS doesn&#x27;t support this feature.&quot;
评论 #40250150 未加载
blamestross大约 1 年前
Huh, cool way to offload your data storage costs onto push notification services
评论 #40249170 未加载
flyingwheels01大约 1 年前
Really cool, I&#x27;ll give it a go!
评论 #40271766 未加载
moigagoo大约 1 年前
It works fairly well on Android but horribly on iOS because PWA support is very limited on iOS.