View Project
Ahey.io is a simple pub-sub system over web push, where users can subscribe to channels and receive messages without the need for an account. Publishers must create an account to send messages to their channels.
A channel in Ahey is a unique space where messages are published and subscribed to. Each channel has a unique URL in the format ahey.io/channel-name. Anyone with a browser can subscribe to a channel without an account.
There are two types of channels in Ahey:
Regular Channels – Any authenticated user can publish messages to these channels.
User Channels – These are personal channels in the format @username. Only the user who created the channel can publish to it, but anyone can subscribe.
Built with