How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A library for scheduling when to dispatch a message to a channel
Sending line notifications using a binary, docker or Drone CI.
Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. It functions as a centralized infrastructure for hosting a notification API and managing the delivery of push messages through high-throughput queuing. The system supports both gRPC streams and HTTP endpoints to receive notification triggers and includes a command-line interface for triggering alerts without a running server process. It manages network traffic through proxy routing via HTTP or SOCKS5 and secures server communication using automated TLS certificate management. O
A tiny wrapper over amqp exchanges and queues π β¨
The main features of rafaeljesus/rabbus are: Messaging Systems, Messaging.
Open-source alternatives to rafaeljesus/rabbus include: alexsniffin/gosd β A library for scheduling when to dispatch a message to a channel. appleboy/drone-line β Sending line notifications using a binary, docker or Drone CI. appleboy/gorush β Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. Itβ¦ asaskevich/eventbus β [Go] Lightweight eventbus with async compatibility for Go. centrifugal/centrifugo β Centrifugo is a self-hosted real-time messaging server that provides infrastructure for scalable notifications, aβ¦ agoalofalife/event β The implementation of the pattern observer.