awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

18 रिपॉजिटरी

Awesome GitHub RepositoriesSession Storage Synchronization

Hooks for synchronizing state with the browser's session-scoped storage.

Distinct from Storage Synchronization Services: Specific to window.sessionStorage, unlike general storage synchronization services.

Explore 18 awesome GitHub repositories matching data & databases · Session Storage Synchronization. Refine with filters or upvote what's useful.

Awesome Session Storage Synchronization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • streamich/react-usestreamich का अवतार

    streamich/react-use

    43,974GitHub पर देखें↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    Provides a hook to synchronize application state with browser session storage for persistence across refreshes.

    TypeScript
    GitHub पर देखें↗43,974
  • greatfrontend/top-javascript-interview-questionsgreatfrontend का अवतार

    greatfrontend/top-javascript-interview-questions

    9,685GitHub पर देखें↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Offers lessons and quizzes on utilizing session-scoped browser storage.

    MDXfront-end-developmentinterviewsjavascript
    GitHub पर देखें↗9,685
  • symfony/http-foundationsymfony का अवतार

    symfony/http-foundation

    8,630GitHub पर देखें↗

    Symfony HttpFoundation is an object-oriented library that models HTTP requests and responses as structured objects, wrapping PHP superglobals into typed parameter bags and providing dedicated objects for headers, cookies, and file uploads. It serves as the foundational layer for building HTTP-based applications in PHP, offering a complete abstraction for reading request data, constructing responses, and managing the full request-response lifecycle. The library distinguishes itself through composable request matchers that check incoming requests against conditions like IP, method, host, or pat

    Manages user session data across requests through a server-side storage mechanism decoupled from request handling.

    PHPcomponentphpsymfony
    GitHub पर देखें↗8,630
  • redis/redisinsightredis का अवतार

    redis/RedisInsight

    8,556GitHub पर देखें↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Creates isolated write environments with automatic expiration to test modifications without affecting permanent stores.

    TypeScriptdatabase-guiredisredis-gui
    GitHub पर देखें↗8,556
  • juliencrn/usehooks-tsjuliencrn का अवतार

    juliencrn/usehooks-ts

    7,834GitHub पर देखें↗

    usehooks-ts is a comprehensive collection of reusable TypeScript-based hooks designed for managing state, DOM events, and browser API interactions within React applications. It provides a typed library of functions to handle common frontend patterns and side effects. The project distinguishes itself by offering specialized hooks for browser integration, including tools for interacting with the system clipboard, managing local and session storage persistence, and loading external scripts. It also includes utilities for responsive UI development, such as tracking media queries, window dimension

    Implements hooks for synchronizing React state with the browser's session-scoped storage.

    TypeScripthookhooksmdx
    GitHub पर देखें↗7,834
  • steveiliop56/tinyauthsteveiliop56 का अवतार

    steveiliop56/tinyauth

    6,979GitHub पर देखें↗

    Tinyauth is an authentication middleware service and identity provider that verifies user identities to grant system access. It operates as a standalone server or as an authentication gateway, utilizing a reverse proxy model to intercept requests and validate credentials before traffic reaches protected backend services. The project functions as an OpenID Connect provider for single sign-on experiences and an OAuth 2.0 gateway that delegates verification to external providers such as Google and GitHub. It also acts as an LDAP authentication server, allowing for centralized user management and

    Enhances security and state persistence by storing user session data in a persistent database.

    Go2faauthenticationcaddy
    GitHub पर देखें↗6,979
  • symfony/translationsymfony का अवतार

    symfony/translation

    6,607GitHub पर देखें↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Provides a migration mechanism to transfer session data between storage handlers without data loss.

    PHPcomponentphpsymfony
    GitHub पर देखें↗6,607
  • aws/aws-sdk-phpaws का अवतार

    aws/aws-sdk-php

    6,191GitHub पर देखें↗

    The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and

    Provides configurable session handler settings like table name, data type, and lifetime for DynamoDB sessions.

    PHP
    GitHub पर देखें↗6,191
  • prasathmani/tinyfilemanagerprasathmani का अवतार

    prasathmani/tinyfilemanager

    5,925GitHub पर देखें↗

    Tiny File Manager is a single-script PHP file manager that provides a complete web-based interface for browsing, uploading, editing, and managing files and folders on a server. All functionality is contained in one PHP file with no external dependencies beyond the web server, using constant-based configuration and session authentication for access control. The file manager distinguishes itself through a built-in browser-based code editor with syntax highlighting for over 150 programming languages, an embedded document preview proxy that displays office documents and PDFs through Google or Mic

    Provides server-side session authentication with hashed password storage and role-based permissions.

    PHPcode-editorfile-browserfile-explorer
    GitHub पर देखें↗5,925
  • webpy/webpywebpy का अवतार

    webpy/webpy

    5,919GitHub पर देखें↗

    web.py is a minimal Python web framework that provides the core components needed to build web applications: URL routing, template rendering, database access, form handling, and session management. The framework uses a convention-based approach where URL patterns are automatically mapped to handler classes based on their names, eliminating the need for manual route configuration. It exposes applications as WSGI callables, making them deployable with any WSGI-compliant server. The framework distinguishes itself through its metaclass-driven auto-discovery system, which automatically registers h

    Maintains per-user data across requests using server-side session storage.

    Python
    GitHub पर देखें↗5,919
  • googollee/go-socket.iogoogollee का अवतार

    googollee/go-socket.io

    5,787GitHub पर देखें↗

    go-socket.io is a Go implementation of the Socket.IO protocol used to build real-time, bidirectional, and event-driven communication between servers and clients. It functions as a communication framework that manages persistent connections and maps incoming network packets to specific handler functions to execute application logic. The library enables horizontal scaling of real-time connections through a distributed pub/sub adapter, which synchronizes events across multiple server instances using an external data store. It ensures reliability across different network environments by automatic

    Associates persistent state and metadata with individual network connections for use across multiple event handlers.

    Go
    GitHub पर देखें↗5,787
  • blackboardsh/electrobunblackboardsh का अवतार

    blackboardsh/electrobun

    5,534GitHub पर देखें↗

    Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend

    Handles cookies and storage for isolated webview partitions to maintain independent user data.

    C++
    GitHub पर देखें↗5,534
  • samdutton/simplsamdutton का अवतार

    samdutton/simpl

    5,191GitHub पर देखें↗

    Simpl एक HTML, CSS और JavaScript उदाहरण लाइब्रेरी है जो मुख्य वेब प्रौद्योगिकियों और नेटिव ब्राउज़र API के न्यूनतम कार्यात्मक प्रदर्शनों का एक संग्रह प्रदान करती है। यह फ्रंटएंड विकास के लिए एक संदर्भ कार्यान्वयन और पैटर्न गैलरी के रूप में कार्य करता है, जो सामान्य वेब सुविधाओं को लागू करने के तरीके के व्यावहारिक उदाहरण प्रदान करता है। यह प्रोजेक्ट WebSockets और WebRTC के माध्यम से वास्तविक समय वेब संचार, अनुकूली लेआउट के लिए उत्तरदायी वेब डिज़ाइन तकनीक, और सर्विस वर्कर्स का उपयोग करके ऑफ़लाइन वर्कफ़्लो के कार्यान्वयन सहित ब्राउज़र क्षमताओं की एक विस्तृत श्रृंखला का प्रदर्शन करता है। यह IndexedDB और ब्राउज़र-आधारित की-वैल्यू स्टोर का उपयोग करके क्लाइंट-साइड स्टोरेज के लिए प्रदर्शन भी प्रदान करता है। लाइब्रेरी डिवाइस सेंसर और जियोलोकेशन के साथ हार्डवेयर एकीकरण, ऑडियो और वीडियो के लिए उन्नत मीडिया कैप्चर और प्लेबैक, और दो- और तीन-आयामी ग्राफिक्स रेंडरिंग के लिए कैनवास के उपयोग सहित वेब क्षमताओं की एक विस्तृत सतह को कवर करती है। अतिरिक्त क्षेत्रों में डेटा हेरफेर, एसिंक्रोनस प्रोग्रामिंग, और प्रदर्शन तथा नेटवर्क कनेक्टिविटी की निगरानी के लिए ब्राउज़र API का उपयोग शामिल है।

    Demonstrates how to use sessionStorage for temporary data persistence within a single browser tab.

    HTMLcsshtmljavascript
    GitHub पर देखें↗5,191
  • nanmicoder/crawlertutorialNanmiCoder का अवतार

    NanmiCoder/CrawlerTutorial

    4,262GitHub पर देखें↗

    CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static and dynamic websites. It functions as a web data extraction pipeline and an HTTP request orchestrator, covering the full lifecycle of scraping applications from initial fetching to final data storage. The project provides specialized guidance on anti-bot bypass techniques and web API reverse engineering. It includes methods for evading browser detection through identity masking and proxy rotation, as well as techniques for identifying hidden API endpoints by analyzing network

    Protects sensitive session credentials using encryption and environment variables instead of hardcoded values.

    Python
    GitHub पर देखें↗4,262
  • volatiletech/authbossvolatiletech का अवतार

    volatiletech/authboss

    4,189GitHub पर देखें↗

    Authboss एक मॉड्यूलर प्रमाणीकरण फ्रेमवर्क है जिसे उपयोगकर्ता पहचान और खाता ऑर्केस्ट्रेशन को प्रबंधित करने के लिए डिज़ाइन किया गया है। यह उपयोगकर्ता पंजीकरण, ईमेल सत्यापन और उपयोगकर्ता प्रोफाइल के पूर्ण जीवनचक्र को संभालने के लिए एक व्यापक सिस्टम प्रदान करता है। यह फ्रेमवर्क सुरक्षा और पहचान टूल्स के एक केंद्रित सूट के माध्यम से खुद को अलग करता है, जिसमें समय-आधारित पासवर्ड और SMS के माध्यम से मल्टी-फैक्टर प्रमाणीकरण, और OAuth1 और OAuth2 प्रोटोकॉल का उपयोग करके बाहरी प्रोवाइडर्स के साथ पहचान एकीकरण शामिल है। इसमें एक समर्पित खाता सुरक्षा प्रबंधक भी शामिल है जो क्रेडेंशियल-आधारित खाता लॉकिंग और अनुकूली पासवर्ड हैशिंग के माध्यम से ब्रूट-फोर्स सुरक्षा को लागू करता है। व्यापक रूप से, यह प्रोजेक्ट सत्र जीवनचक्र प्रबंधन को कवर करता है, जिसमें लगातार लॉगिन कुकीज़ और निष्क्रियता टाइमआउट, साथ ही भूले हुए पासवर्ड के लिए खाता पुनर्प्राप्ति प्रवाह शामिल है। यह रूट एक्सेस कंट्रोल के लिए रिक्वेस्ट मिडलवेयर भी प्रदान करता है और HTML या JSON में प्रमाणीकरण व्यू रेंडर करने का समर्थन करता है।

    Stores and retrieves user identity state across requests using server-side storage and secure cookies.

    Go
    GitHub पर देखें↗4,189
  • panva/node-oidc-providerpanva का अवतार

    panva/node-oidc-provider

    3,756GitHub पर देखें↗

    node-oidc-provider is a framework for building OpenID Certified authorization servers and identity providers within Node.js environments. It provides a comprehensive suite of tools for managing the full lifecycle of OAuth 2.0 and OpenID Connect services, including user authentication, client registration, and the issuance and validation of identity and access tokens. The project distinguishes itself through a highly modular architecture that allows developers to integrate authentication services directly into existing web application stacks. It supports advanced customization through a middle

    Stores authorization data like sessions and tokens in external databases or persistent storage systems using custom storage adapters.

    JavaScriptauthorizationauthorization-serverconnect
    GitHub पर देखें↗3,756
  • laravel-backpack/crudLaravel-Backpack का अवतार

    Laravel-Backpack/CRUD

    3,375GitHub पर देखें↗

    CRUD is an administrative interface framework and code generation package designed to build customized control panels, data management dashboards, and record-handling workflows within PHP and Model controllers. The architecture combines server-side template rendering, database relationship introspection, session persistence, and extensible field type registries to assemble backend interfaces. It provides full data lifecycle management, supporting searchable and paginated data tables, creation and editing forms, bulk record operations, hierarchical entry reordering, and data export capabilities

    Maintains administrative user authentication state securely across browser requests using server-side storage.

    PHPadminbackendcmf
    GitHub पर देखें↗3,375
  • jedisct1/piknikjedisct1 का अवतार

    jedisct1/piknik

    2,510GitHub पर देखें↗

    Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo

    Saves encrypted session content with signatures and timestamps to ensure integrity during retrieval.

    Goclipboardcopycrypto
    GitHub पर देखें↗2,510
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage
  6. Session Storage Synchronization

सब-टैग एक्सप्लोर करें

  • Session Storage6 सब-टैग्सMechanisms for storing temporary data that persists only for the duration of a page session. **Distinct from Session Storage Synchronization:** Focuses on the storage capability itself rather than the synchronization hooks