1 Repo
Routing logic that directs incoming platform updates through asynchronous processing pipelines.
Distinct from Asynchronous API Routing: Distinct from Asynchronous API Routing as it focuses on platform updates rather than broker-mediated service API requests.
Explore 1 awesome GitHub repository matching networking & communication · Asynchronous Update Routing. Refine with filters or upvote what's useful.
Teloxide is a Rust application framework and API wrapper designed for building Telegram bots. It provides a programmatic interface for receiving updates and sending messages via the Telegram Bot API, utilizing a declarative pipeline of filters and handlers. The framework includes a bot dialogue manager that uses a finite-state machine to track user sessions and conversation flows. This state management system supports pluggable persistence backends, including memory, Redis, and Sqlite. The library covers asynchronous message routing and update reception through either long-polling or webhook
Directs incoming updates through a pipeline of filters and handlers to process user requests.