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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Ahey – A simple pub-sub service built on top of web push

107 点作者 vasanthv4 个月前

11 条评论

fzaninotto4 个月前
This is nice, but I wonder about the actual use cases of such a service, given the very loose permissions:<p>1. Anyone can subscribe to a channel 2. Any registered user can publish to a channel 3. Only registered users can publish to their personal channel (@username)<p>The second point in particular is problematic. I don&#x27;t want to add notifications to my app, only to have a script kiddie use is to spam my users.
评论 #42887643 未加载
edoceo4 个月前
This is cool. There was an old post here about one called patchbay (IIRC) then I made one called httpubsub (go, quick and dirty).<p>I&#x27;m using one called ntfy.sh now; it&#x27;s good; has all the use-case &amp; app and stuff. Self hostable FTW.
评论 #42884917 未加载
programmarchy4 个月前
I’m not super familiar with browser notifications, but I want to use them in my next project. Does this library make it easy to add push notifications to my web app similar to airship for mobile app push notifications?
Tistron4 个月前
I just use a telegram bot that my scripts use to send me notifications that I receive in a few different channels, depending on topic.
评论 #42887883 未加载
cess114 个月前
The resend verification email function in model.js doesn&#x27;t check the input against database and can probably be used for nefarious purposes.
fitsumbelay4 个月前
agreed that this is a cool project, am a bit (just a wee bit) bummed about the express dependency.<p>I&#x27;ve never used the Push API but look forward to it, and I appreciate this post for putting this tech back on my radar. I can envision a lot of cool self-hosted projects based on it
ShaggyHotDog4 个月前
I haven&#x27;t tried web notifications yet, good reason to try now.
revskill4 个月前
There is no docs ? How can we also listen via http server ?
评论 #42883999 未加载
languagehacker4 个月前
Reminds me of yo
ANaimi4 个月前
Such a clean codebase and style! great job
Gotperl4 个月前
I was disappointed when I found this isn&#x27;t a service that delivers Publix Subs.
评论 #42889230 未加载