1 مستودع
Background workers that process high volumes of real-time events and messages asynchronously.
Distinct from Message Queue Workers: Focuses on event-driven concurrency rather than generic task queue processing
Explore 1 awesome GitHub repository matching devops & infrastructure · Concurrent Event Processors. Refine with filters or upvote what's useful.
This project is a headless WhatsApp client and automation server that exposes multi-device functionality as a REST API gateway. It provides a centralized interface for managing multiple account sessions, automating messages, and developing bots through a standardized protocol. The system distinguishes itself by providing a secure webhook provider that forwards real-time messages and reactions to external URLs using signature verification. It includes specialized media utilities for converting images and GIFs into the WebP format required for stickers, as well as tools to simulate active user
Uses Go routines to process incoming events and outgoing messages without blocking the main execution thread.