5 repository-uri
The actual execution of asynchronous HTTP requests from the client to the server.
Distinct from AJAX Request Triggers: Focuses on the sending of requests and transmission of parameters, not the event-based triggers that initiate them.
Explore 5 awesome GitHub repositories matching web development · AJAX Request Execution. Refine with filters or upvote what's useful.
This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro
Demonstrates how to perform AJAX requests using various HTTP verbs and data payloads.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Checks the X-Requested-With header to distinguish AJAX requests from normal page loads.
Intercooler-js este un framework AJAX declarativ și o bibliotecă UI bazată pe server. Acesta funcționează ca un framework web hipermedia care permite crearea de experiențe single-page prin înlocuirea unor elemente DOM specifice cu fragmente HTML livrate de la un server. Biblioteca se distinge prin utilizarea atributelor HTML pentru a mapa elementele DOM la endpoint-uri de server, permițând cereri HTTP asincrone și actualizări DOM fără scripting manual. Suportă o arhitectură bazată pe hipermedia unde serverul controlează starea clientului prin headere de răspuns și livrarea de fragmente HTML adnotate. Proiectul acoperă o gamă largă de capabilități, inclusiv actualizări UI în timp real prin Server-Sent Events, sincronizarea istoricului browserului și a stării și polling-ul automat al conținutului. De asemenea, oferă gestionarea dependențelor resurselor pentru a coordona actualizările între elementele UI conexe, logarea erorilor la distanță pentru monitorizarea eșecurilor de rețea și manipularea DOM-ului client-side pentru gestionarea ciclurilor de viață ale elementelor și a tranzițiilor CSS.
Serializes parent forms, DOM elements, or local storage variables to include as parameters in outgoing requests.
mdui is a framework-agnostic UI library and design system based on Material Design 3 standards. It provides a comprehensive set of reusable interface elements implemented as native Web Components, ensuring compatibility across different JavaScript frameworks. The library features a sophisticated theming system that supports light and dark modes, as well as the ability to generate dynamic color palettes from seed colors or image sources. It distinguishes itself with a high level of flexibility in visual customization, using CSS custom properties to control design tokens such as typography, cor
Implements a promise-based helper for initiating asynchronous HTTP requests with global configuration.
Acest proiect este o bază de cunoștințe personală bazată pe markdown și un jurnal de învățare digital utilizat pentru a stoca notițe și rezumate din cărți și literatură tehnică. Acesta servește drept depozit de rezumate de lectură și bibliotecă de referință tehnică pentru arhivarea ideilor principale și a cunoștințelor din materiale non-ficțiune și profesionale. Colecția funcționează ca o grădină digitală pentru curarea ideilor din cărți, articole și videoclipuri. Se concentrează în mod specific pe distilarea modelelor arhitecturale complexe, a conceptelor tehnice și a principiilor de leadership profesional într-un format căutabil pentru referință pe termen lung. Depozitul organizează, de asemenea, cunoștințele personale prin colectarea de framework-uri de gândire reutilizabile, modele mentale și instrumente de luare a deciziilor profesionale. Include un sistem pentru urmărirea progresului lecturii prin gestionarea listelor de lucrări finalizate și în curs de desfășurare.
Documents the execution of asynchronous HTTP requests from a client to a server.