7 dépôts
Mechanisms for handling client requests and returning data updates to modify UI components.
Distinct from Callback Handlers: Existing candidates focus on edge computing, notification events, or DOM-specific hooks, not general server-side UI state updates.
Explore 7 awesome GitHub repositories matching web development · Server-Side Callback Processing. Refine with filters or upvote what's useful.
Dash is a Python-based framework for building analytical web applications and reactive data dashboards. It allows developers to connect data science and machine learning code to interactive web interfaces without writing JavaScript, serving as a backend-driven tool for defining layouts and managing state. The framework integrates the Plotly charting engine to render a wide variety of complex charts and financial graphs. It distinguishes itself through a reactive callback system that links user input components to data visualizations, enabling the creation of business intelligence dashboards a
Handles requests from the front end and returns JSON responses to update user interface components based on input.
This project is a cross-platform messaging SDK and client development library used to build custom Telegram applications. It functions as a comprehensive framework that manages network encryption, local data storage, and API communication, providing a C-compatible JSON interface that allows integration with any programming language. The library distinguishes itself by providing a full database manager for encrypted local caching and synchronized state, alongside a dedicated bot framework for creating interactive bots with business account integration. It enables the implementation of speciali
Processes interaction requests from inline queries and callback buttons to trigger responses.
Processes user actions on buttons, select menus, and modals by receiving interaction payloads and returning responses.
Serenity est une bibliothèque et un framework Rust conçus pour interagir avec l'API Discord. Il sert de framework de bot Discord, de client gateway et de wrapper REST, fournissant les outils nécessaires pour construire des applications automatisées et intégrer des logiciels personnalisés avec la plateforme Discord. Le projet permet le développement d'automatisation de chat en temps réel et l'implémentation de commandes Discord personnalisées. Il facilite l'intégration de l'API Discord via à la fois une interface typée pour la gestion des ressources et un gestionnaire de connexion persistante pour recevoir les mises à jour d'état et les événements. La bibliothèque couvre de larges domaines de capacités, incluant l'intégration d'API, la gestion des connexions aux serveurs vocaux et la mise en cache locale des données d'API pour réduire les requêtes réseau. Elle fournit également des mécanismes pour analyser les commandes utilisateur et traiter les endpoints d'interaction.
Processes incoming HTTP interaction requests from Discord to provide immediate responses to user button and query interactions.
This is a Go client library for interacting with the Slack API, providing a programmatic interface to manage channels, users, and workspace settings. It functions as a bot framework and event handler, allowing for the development of automated assistants that respond to workspace activities. The library includes a dedicated Block Kit builder for constructing complex UI layouts, such as interactive elements, data tables, and visualizations, for rich messaging. It also provides a full implementation for managing user authentication and identity verification through OAuth2 and OpenID Connect. Br
Processes callback data triggered by user interactions with interactive elements in message blocks.
JDA est une bibliothèque Java qui sert de wrapper API Discord, de framework de bot et de client API vocal. Elle permet aux applications d'interagir avec l'API REST Discord et la gateway en temps réel pour construire des assistants automatisés, gérer des serveurs et traiter les interactions utilisateur. Le projet inclut un gestionnaire de sharding pour distribuer les connexions gateway à travers plusieurs shards pour scaler les déploiements à haut volume. Il fournit également une bibliothèque de composants UI pour construire des boutons interactifs, des menus de sélection et des formulaires modaux au sein des messages. Ses capacités couvrent la gestion de la voix et de l'audio, incluant le streaming audio et la lecture de soundboard. La bibliothèque inclut également des outils pour la gestion communautaire, l'administration de serveur et la modération de contenu automatisée via des déclencheurs basés sur des règles. Le système implémente une variété de patterns architecturaux, incluant un registre d'écouteurs piloté par événements, un cache mémoire configurable et une gestion automatique des limites de débit pour les requêtes API.
Sends replies or updates to user interactions via the API to provide immediate feedback.
TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular application framework, it provides the tools necessary to operate online food ordering, table reservation systems, and multi-vendor e-commerce platforms. The platform is designed to handle complex restaurant operations, including multi-location networking and multi-vendor marketplace management. It distinguishes itself through specialized restaurant automation, such as coordinating guest limits and time slots for bookings, managing ingredient and allergen catalogs, and implementing mul
Handles incoming asynchronous requests using dedicated controller methods to return specific UI data updates.