awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesOffline Capabilities

Techniques that allow web applications to remain functional when disconnected from the network.

Distinct from Offline Connectivity: None of the candidates address general web app offline functionality; they focus on P2P or document retrieval.

Explore 8 awesome GitHub repositories matching web development · Offline Capabilities. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Offline Capabilities

Awesome Offline Capabilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mxstbr/react-boilerplateAvatar de mxstbr

    mxstbr/react-boilerplate

    29,487Voir sur GitHub↗

    This project is a pre-configured project foundation for building scalable web applications. It serves as a React application boilerplate and component scaffold designed to provide a scalable architecture and a foundation for long-term growth. The setup is characterized by an offline-first web framework that maintains application availability without an active network connection. It includes an internationalized UI foundation with integrated translation tooling and a modular CSS-in-JS setup for scoped, component-level styling. The boilerplate covers broader capability areas including automate

    Implements techniques that allow the web application to remain functional when disconnected from the network.

    JavaScript
    Voir sur GitHub↗29,487
  • vuejs/vue-hackernews-2.0Avatar de vuejs

    vuejs/vue-hackernews-2.0

    10,868Voir sur GitHub↗

    This project is a Hacker News clone built with Vue.js. It serves as a demonstration of a server-side rendered application and a progressive web app that supports offline access and mobile installation. The application showcases the implementation of centralized state management for coordinating global data flow and a routing system that features route-level code splitting and animated view transitions. It covers broader capabilities in frontend route optimization, server-side rendering for improved initial load speeds, and the use of service workers and app manifests to enable offline functi

    Maintains application functionality without a network connection using service workers and app manifests.

    JavaScript
    Voir sur GitHub↗10,868
  • luruke/browser-2020Avatar de luruke

    luruke/browser-2020

    7,979Voir sur 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

    Details techniques for maintaining web application functionality when disconnected from the network.

    Voir sur GitHub↗7,979
  • cavszhouyou/front-end-interview-notebookAvatar de CavsZhouyou

    CavsZhouyou/Front-End-Interview-Notebook

    7,739Voir sur GitHub↗

    This project is a front-end interview study guide and a collection of structured notes designed for technical job preparation. It serves as a comprehensive reference for web technologies, common technical interview questions, and JavaScript algorithm implementation. The notebook distinguishes itself by integrating specialized guides for web performance optimization, browser API documentation, and JavaScript algorithm references. It provides a structured approach to solving coding challenges involving data structures like binary trees, linked lists, and array manipulation. The content covers

    Covers the use of manifest files and local caching to enable web application functionality offline.

    Voir sur GitHub↗7,739
  • huxpro/huxpro.github.ioAvatar de Huxpro

    Huxpro/huxpro.github.io

    7,611Voir sur GitHub↗

    This project is a responsive Jekyll blog theme and static site template designed as a technical blogging framework. It converts markdown content into a professional personal blog with integrated support for social profile management. The template is configured as a progressive web app, providing offline access and an app-like experience for visitors. It specifically caters to technical documentation by supporting the rendering of mathematical notation, formatted code snippets, and embedded presentations. The site includes capabilities for reader engagement through discussion system integrati

    Implements offline capabilities that allow the site to remain functional without network connectivity.

    HTMLblog-themejekyll-themejekyll-themes
    Voir sur GitHub↗7,611
  • talater/upupAvatar de TalAter

    TalAter/UpUp

    4,920Voir sur GitHub↗

    UpUp est un framework de service worker et un outil d'application web progressive conçu pour fournir aux sites web des capacités hors ligne. Il fonctionne comme un gestionnaire de cache de navigateur qui permet la disponibilité hors ligne du site web en utilisant des service workers et l'API de cache. Le projet gère le flux de travail hors ligne via la pré-mise en cache des actifs statiques et le cache busting basé sur la version pour garantir que les ressources stockées restent à jour. Il inclut également la gestion des replis hors ligne pour définir des pages ou du contenu spécifiques qui s'affichent aux utilisateurs lorsqu'une connexion réseau n'est pas disponible et que la ressource demandée n'est pas mise en cache. Les capacités supplémentaires couvrent la surveillance de l'état du réseau côté client et la journalisation diagnostique basée sur la console pour le dépannage.

    Implements techniques that keep the web application functional when disconnected from the network.

    JavaScripthacktoberfestofflineoffline-first
    Voir sur GitHub↗4,920
  • erxes/erxesAvatar de erxes

    erxes/erxes

    3,999Voir sur GitHub↗

    Erxes is a self-hosted business operating system that integrates marketing, sales, and customer support operations into a unified platform. It serves as an AI agent orchestrator, a business process automation tool, and a comprehensive suite for managing customer relationships and omnichannel experiences. The platform distinguishes itself through a self-hosted infrastructure model that ensures total ownership and privacy of organizational data. It features an AI orchestration framework that uses retrieval augmented generation to allow agents to reason over internal workspace data for automatin

    Uses progressive web app capabilities to maintain retail and point of sale functionality during network instability.

    TypeScriptcustomer-experienceemployee-experienceexperience-operating-system
    Voir sur GitHub↗3,999
  • apache/cordova-androidAvatar de apache

    apache/cordova-android

    3,786Voir sur GitHub↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    Implements architecture to keep web-based applications functional on Android devices without an active internet connection.

    JavaScript
    Voir sur GitHub↗3,786

Explorer les sous-tags

  • PWA Offline ProcessingOffline capabilities specifically tailored for retail and point-of-sale transaction processing using progressive web apps. **Distinct from Offline Capabilities:** Distinct from Offline Capabilities: focuses on the specific application of offline PWA logic to retail checkout and POS operations.