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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesWeb API and Browser Standards

Documentation and tools for leveraging native browser capabilities and APIs.

Explore 9 awesome GitHub repositories matching part of an awesome list · Web API and Browser Standards. Refine with filters or upvote what's useful.

Awesome Web API and Browser Standards GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mdn/contentAvatar mdn

    mdn/content

    10,823Vezi pe GitHub↗

    MDN Web Docs is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs for web developers. It serves as both a complete reference for web browser technologies and a structured learning platform that guides users from beginner to advanced levels through tutorials covering core web standards. The project distinguishes itself by providing a complete reference documentation for standard browser APIs alongside guidance for building accessible websites that work with assistive technologies. It offers documented security techniques and best practices for

    Serves as the official reference for standard browser APIs used in web development.

    Markdowncssdocumentationhtml
    Vezi pe GitHub↗10,823
  • luruke/browser-2020Avatar luruke

    luruke/browser-2020

    7,979Vezi pe GitHub↗

    This project is a comprehensive reference guide and directory of web browser capabilities. It serves as a technical map for accessing native operating system functions, hardware interfaces, and standard web APIs to bridge the gap between web applications and desktop or mobile environments. The resource provides detailed guidance on implementing Progressive Web App features, including offline caching, push notifications, and native installation prompts. It also catalogs methods for interacting with hardware peripherals via USB, Bluetooth, and NFC, as well as reading raw data from device sensor

    Acts as a comprehensive directory of native browser capabilities and web platform standards.

    Vezi pe GitHub↗7,979
  • w3c/csswg-draftsAvatar w3c

    w3c/csswg-drafts

    4,845Vezi pe GitHub↗

    Acest proiect este un pipeline de publicare și un manager cu control al versiunilor pentru draft-urile editorilor CSS Working Group. Servește ca instrument pentru transformarea fișierelor sursă tehnice în specificații web standardizate pentru dezvoltatorii de browsere și utilizatori. Sistemul utilizează un mediu bazat pe Git pentru a urmări schimbările și a itera asupra regulilor tehnice pentru randarea web. Utilizează un proces de build automatizat pentru a converti markup-ul tehnic și draft-urile editorilor în pagini HTML statice pentru vizualizare publică. Fluxul de lucru acoperă standardele de randare ale browserelor, dezvoltarea specificațiilor CSS și generarea automatizată a documentației tehnice. Include capabilități pentru deployment independent la nivel de fișier și compilare sursă-la-HTML pentru a asigura că draft-urile publice rămân actualizate.

    Documents the standards for how web browsers should implement rendering, layout, and styling.

    Bikeshed
    Vezi pe GitHub↗4,845
  • biaochenxuying/blogAvatar biaochenxuying

    biaochenxuying/blog

    4,774Vezi pe GitHub↗

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    Provides instructions for controlling browser focus and dimensions and manipulating document elements via web APIs.

    HTMLalgorithmselement-uiexpress
    Vezi pe GitHub↗4,774
  • stackgl/shader-schoolAvatar stackgl

    stackgl/shader-school

    4,409Vezi pe GitHub↗

    Shader School este o platformă de învățare interactivă și un curs de programare grafică conceput pentru stăpânirea dezvoltării shader-elor GLSL. Aceasta oferă un curriculum structurat pentru învățarea programării GPU și a fundamentelor tehnice ale shader-elor programabile printr-o serie de exerciții de codare bazate pe browser. Platforma funcționează ca un sandbox interactiv de shader-e și un tutorial de grafică WebGL, permițând utilizatorilor să scrie și să testeze cod într-o interfață în timp real. Acest mediu oferă feedback vizual imediat, permițând exersarea dezvoltării grafice interactive și a workshop-urilor de shader-e bazate pe web fără o configurare de dezvoltare locală.

    Interactive learning for WebGL and shader programming.

    JavaScript
    Vezi pe GitHub↗4,409
  • baeharam/must-know-about-frontendAvatar baeharam

    baeharam/Must-Know-About-Frontend

    3,675Vezi pe GitHub↗

    This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi

    Serves as a reference for leveraging native browser capabilities and Web APIs.

    cssfront-endhtml
    Vezi pe GitHub↗3,675
  • w3c/serviceworkerAvatar w3c

    w3c/ServiceWorker

    3,628Vezi pe GitHub↗

    Service Workers

    Official specifications and resources for service worker implementation.

    Bikeshed
    Vezi pe GitHub↗3,628
  • immersive-web/webxrAvatar immersive-web

    immersive-web/webxr

    3,144Vezi pe GitHub↗

    Repository for the WebXR Device API Specification.

    Standards and tools for building immersive virtual and augmented reality experiences.

    Bikeshed
    Vezi pe GitHub↗3,144
  • stackgl/webgl-workshopAvatar stackgl

    stackgl/webgl-workshop

    1,499Vezi pe GitHub↗

    :mortar_board: The sequel to shader-school: Learn the WebGL API

    Practical exercises for mastering WebGL development.

    JavaScript
    Vezi pe GitHub↗1,499
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Web API and Browser Standards

Explorează sub-etichetele

  • Browser Environment ManagementManipulation of browser window dimensions, focus, and document metadata using native web APIs. **Distinct from Web API and Browser Standards:** Focuses on the active management of the browser environment rather than just general API documentation.