awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 مستودعات

Awesome GitHub RepositoriesSession Storage

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

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

Awesome Session Storage GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • greatfrontend/top-javascript-interview-questionsالصورة الرمزية لـ greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685عرض على GitHub↗

    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-foundationالصورة الرمزية لـ symfony

    symfony/http-foundation

    8,630عرض على GitHub↗

    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/redisinsightالصورة الرمزية لـ redis

    redis/RedisInsight

    8,556عرض على GitHub↗

    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
  • steveiliop56/tinyauthالصورة الرمزية لـ steveiliop56

    steveiliop56/tinyauth

    6,979عرض على GitHub↗

    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/translationالصورة الرمزية لـ symfony

    symfony/translation

    6,607عرض على GitHub↗

    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-phpالصورة الرمزية لـ aws

    aws/aws-sdk-php

    6,191عرض على GitHub↗

    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/tinyfilemanagerالصورة الرمزية لـ prasathmani

    prasathmani/tinyfilemanager

    5,925عرض على GitHub↗

    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/webpyالصورة الرمزية لـ webpy

    webpy/webpy

    5,919عرض على GitHub↗

    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.ioالصورة الرمزية لـ googollee

    googollee/go-socket.io

    5,787عرض على GitHub↗

    go-socket.io هو تطبيق Go لبروتوكول Socket.IO يُستخدم لبناء اتصالات في الوقت الفعلي، ثنائية الاتجاه، وقائمة على الأحداث بين الخوادم والعملاء. يعمل كإطار عمل للاتصال يدير الاتصالات المستمرة ويربط حزم الشبكة الواردة بدوال معالجة محددة لتنفيذ منطق التطبيق. تتيح المكتبة التوسع الأفقي للاتصالات في الوقت الفعلي من خلال محول نشر/اشتراك موزع، والذي يزامن الأحداث عبر مثيلات خادم متعددة باستخدام مخزن بيانات خارجي. يضمن الموثوقية عبر بيئات الشبكة المختلفة عن طريق التفاوض التلقائي على طبقات النقل بين websockets وlong-polling. يوفر إطار العمل أدوات لتنظيم الاتصال من خلال مساحات الأسماء والغرف، مما يسمح بالتقسيم المنطقي والبث الموجه لمجموعات فرعية محددة من المستخدمين. كما يتضمن قدرات لإدارة دورة حياة الاتصال، وتخزين السياق القائم على الجلسة، ونمط إقرار غير متزامن لتتبع الاستلام الناجح لحزم البيانات.

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

    Go
    عرض على GitHub↗5,787
  • blackboardsh/electrobunالصورة الرمزية لـ blackboardsh

    blackboardsh/electrobun

    5,534عرض على GitHub↗

    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/simplالصورة الرمزية لـ samdutton

    samdutton/simpl

    5,191عرض على GitHub↗

    Simpl هي مكتبة أمثلة HTML وCSS وJavaScript توفر مجموعة من العروض التوضيحية الوظيفية البسيطة لتقنيات الويب الأساسية وواجهات برمجة تطبيقات المتصفح الأصلية. تعمل كمرجع للتنفيذ ومعرض أنماط لتطوير الواجهة الأمامية، حيث تقدم أمثلة عملية لكيفية تنفيذ ميزات الويب الشائعة. يعرض المشروع مجموعة واسعة من إمكانيات المتصفح، بما في ذلك اتصالات الويب في الوقت الفعلي عبر WebSockets وWebRTC، وتقنيات تصميم الويب المستجيب للتخطيطات التكيفية، وتنفيذ سير العمل دون اتصال باستخدام عمال الخدمة (service workers). كما يوفر عروضاً توضيحية للتخزين من جانب العميل باستخدام IndexedDB ومخازن القيمة الرئيسية القائمة على المتصفح. تغطي المكتبة سطحاً واسعاً من إمكانيات الويب، بما في ذلك تكامل الأجهزة مع مستشعرات الجهاز وتحديد الموقع الجغرافي، والتقاط وتشغيل الوسائط المتقدم للصوت والفيديو، واستخدام canvas لعرض الرسومات ثنائية وثلاثية الأبعاد. تشمل المجالات الإضافية معالجة البيانات، والبرمجة غير المتزامنة، واستخدام واجهات برمجة تطبيقات المتصفح لمراقبة الأداء واتصال الشبكة.

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

    HTMLcsshtmljavascript
    عرض على GitHub↗5,191
  • nanmicoder/crawlertutorialالصورة الرمزية لـ NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262عرض على GitHub↗

    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/authbossالصورة الرمزية لـ volatiletech

    volatiletech/authboss

    4,189عرض على GitHub↗

    Authboss هو إطار عمل مصادقة معياري مصمم لإدارة هوية المستخدم وتنسيق الحسابات. يوفر نظاماً شاملاً للتعامل مع تسجيل المستخدمين، والتحقق من البريد الإلكتروني، ودورة حياة ملفات تعريف المستخدمين بالكامل. يتميز إطار العمل بمجموعة مركزة من أدوات الأمان والهوية، بما في ذلك المصادقة متعددة العوامل عبر كلمات المرور القائمة على الوقت (TOTP) والرسائل القصيرة، ودمج الهوية مع مزودين خارجيين باستخدام بروتوكولات OAuth1 وOAuth2. كما يتضمن مديراً مخصصاً لأمان الحساب يطبق حماية ضد القوة الغاشمة (Brute-force) من خلال قفل الحساب القائم على بيانات الاعتماد وتجزئة كلمات المرور التكيفية. بشكل عام، يغطي المشروع إدارة دورة حياة الجلسة، بما في ذلك ملفات تعريف الارتباط (Cookies) الدائمة لتسجيل الدخول ومهلات عدم النشاط، بالإضافة إلى تدفقات استعادة الحساب لكلمات المرور المنسية. كما يوفر برمجيات وسيطة (Middleware) للطلب للتحكم في الوصول إلى المسارات ويدعم عرض واجهات المصادقة بتنسيق HTML أو JSON.

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

    Go
    عرض على GitHub↗4,189
  • panva/node-oidc-providerالصورة الرمزية لـ panva

    panva/node-oidc-provider

    3,756عرض على GitHub↗

    node-oidc-provider هو إطار عمل لبناء خوادم تفويض وموفري هوية معتمدين من OpenID داخل بيئات Node.js. يوفر مجموعة شاملة من الأدوات لإدارة دورة الحياة الكاملة لخدمات OAuth 2.0 وOpenID Connect، بما في ذلك مصادقة المستخدم، وتسجيل العميل، وإصدار والتحقق من رموز الهوية والوصول. يتميز المشروع ببنية معيارية للغاية تسمح للمطورين بدمج خدمات المصادقة مباشرة في حزم تطبيقات الويب الحالية. وهو يدعم التخصيص المتقدم من خلال خط أنابيب طلب قائم على البرمجيات الوسيطة (middleware)، وخطافات دورة الحياة القائمة على الأحداث، ونهج قائم على الاستراتيجية لتنفيذ أنواع منح فريدة. تمتد هذه المرونة إلى إدارة البيانات، حيث يتيح نظام محول قابل للتوصيل استخدام قواعد بيانات خارجية لاستمرار الجلسات والرموز. بالإضافة إلى الامتثال الأساسي للبروتوكول، يتضمن إطار العمل قدرات أمنية وتشغيلية واسعة النطاق. وهو يدعم سياسات تفويض دقيقة، وإدارة مفاتيح التشفير مع تكامل التوقيع الخارجي، وملفات تعريف أمان متقدمة لحماية المعاملات الحساسة. يوفر النظام أيضاً ملاحظة مدمجة من خلال مراقبة أحداث دورة الحياة واكتشاف البيانات الوصفية المؤتمت لسهولة التفاعل البرمجي مع العملاء الخارجيين.

    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/crudالصورة الرمزية لـ Laravel-Backpack

    Laravel-Backpack/CRUD

    3,375عرض على GitHub↗

    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/piknikالصورة الرمزية لـ jedisct1

    jedisct1/piknik

    2,510عرض على GitHub↗

    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
  7. Session Storage

استكشف الوسوم الفرعية

  • Connection Context StorageAssociates persistent state and metadata with individual network connections. **Distinct from Session Storage:** Focuses on per-socket metadata storage for event handlers rather than browser-based page session storage.
  • Isolated Write EnvironmentsTemporary database environments used for testing modifications with automatic expiration. **Distinct from Session Storage:** Distinct from generic session storage by providing isolated, expiring write-spaces for testing rather than just user state storage.
  • Secure Session BuffersEncrypted storage for session content that uses signatures and timestamps to ensure authenticity. **Distinct from Session Storage:** Focuses on the cryptographic security of the stored session data rather than just temporary page session storage.
  • Server-Side Session Storages1 وسم فرعيMechanisms for storing user session data on the server side, persisting across multiple HTTP requests. **Distinct from Session Storage:** Distinct from Session Storage: focuses on server-side persistence across requests, not client-side browser session storage.
  • Session Handler ConfigurationsAdjustable settings for session storage backends, including table names, data attribute types, and session lifetimes. **Distinct from Session Storage:** Distinct from Session Storage: focuses on configuring the session handler behavior, not the storage mechanism itself.
  • Session Handler MigrationsProcesses for transferring session data between different storage backends without losing active sessions. **Distinct from Session Storage:** Distinct from Session Storage: focuses on the migration process between handlers, not the storage capability itself.