Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
#

local-storage

LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.

localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g.,http://example.com),localStorage returns a different object thanlocalStorage for the corresponding site loaded over HTTPS (e.g.,https://example.com).

Here are 564 public repositories matching this topic...

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack

  • UpdatedMar 27, 2024
  • TypeScript

💥 Vue plugin for work with local storage, session storage and memory storage from Vue context 🇺🇦

  • UpdatedDec 8, 2022
  • JavaScript

SDK that enables local-first and real-time reactive apps with embedded SQLite for JavaScript clients, including React Native and Web

  • UpdatedMar 26, 2025
  • TypeScript
teleprompter

Browser-based TelePrompter with Remote Control

  • UpdatedMar 11, 2024
  • JavaScript

Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.

  • UpdatedDec 11, 2024
  • TypeScript

Showcase on how to use the native localStorage of the browser in React.

  • UpdatedJun 12, 2020
  • JavaScript

Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests and spec files. Allows disabling localStorage.

  • UpdatedDec 6, 2024
  • JavaScript

SDK that enables local-first and real-time reactive apps with embedded SQLite for Flutter/Dart clients

  • UpdatedMar 25, 2025
  • Dart

AmoliCloud,简称Amoli私有云,一款轻量级的私有云存储系统,支持本地、阿里云OSS、腾讯云COS做为存储方式,提供简单的文件列表、上传下载、文件分享、文件管理等功能。

  • UpdatedMar 26, 2025
  • PHP

A flexible React Hook for using Local Storage.

  • UpdatedJul 23, 2023
  • TypeScript

An embedded persistent key-value storage for Rust that is optimized for random-access workload and huge-capacity HDD

  • UpdatedSep 15, 2021
  • Rust

💼 A handy wrapper for HTML5 localStorage that seamlessly gets/sets common data types (Array, BigInt, Boolean, Date, Float, Integer, null, Object and String); provides simple data scrambling; intelligently compresses strings (saving storage space); permits query by key as well as query by value and promotes shared storage segmentation in the same…

  • UpdatedJan 10, 2024
  • JavaScript

📓 Simple and beautiful notepad to Markdown with Vue.js and Local Storage API

  • UpdatedNov 21, 2024
  • HTML

Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager

  • UpdatedMar 17, 2025
  • Python

React Redux Dashboard with redux-saga and local-storage support

  • UpdatedFeb 9, 2017
  • JavaScript

Data layer for JS applications

  • UpdatedDec 28, 2018
  • JavaScript
KeyGo

An open-source password manager - a reliable solution prioritizing transparency and security. Utilizing AES encryption, one of the most trusted algorithms, your sensitive information stays confidential and safeguarded.

  • UpdatedJan 15, 2025
  • Java
Awesome-HTML-Book-Course-HyperText-Markup-Language-HTML

[8]ページ先頭

©2009-2025 Movatter.jp