Show HN: Ahey – A simple pub-sub service built on top of web push
1–10 of 17 posts
Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#2Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#3Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#4There is no docs ? How can we also listen via http server ?
Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#5I'm using one called ntfy.sh now; it's good; has all the use-case & app and stuff. Self hostable FTW.
Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#6I'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
Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#7Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#8This is cool. There was an old post here about one called patchbay (IIRC) then I made one called httpubsub (go, quick and dirty). I'm using one called ntfy.sh now; it's good; has all the use-case & app and stuff. Self hostable FTW.
Also, a really nifty cross-platform clipboard.
Re: Show HN: Ahey – A simple pub-sub service built on top of web push
#91. 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)
The second point in particular is problematic. I don't want to add notifications to my app, only to have a script kiddie use is to spam my users.