awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesAsynchronous Update Routing

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.

Awesome Asynchronous Update Routing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • teloxide/teloxideAvatar von teloxide

    teloxide/teloxide

    4,166Auf GitHub ansehen↗

    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.

    Rustrusttelegramtelegram-bot-api
    Auf GitHub ansehen↗4,166
  1. Home
  2. Networking & Communication
  3. Message Routing
  4. Asynchronous Update Routing