JavaScript Storage 라이브러리들
본문
https://github.com/carhartl/jquery-cookie
https://github.com/js-cookie/js-cookie
더 이상 유지 관리되지 않으며 JS 쿠키로 대체됩니다.
https://github.com/localForage/localForage
https://localforage.github.io/localForage/
오프라인 스토리지가 개선되었습니다. 간단하면서도 강력한 API를 사용하여 IndexedDB, WebSQL 또는 localStorage를 래핑합니다.
https://github.com/marcuswestin/store.js
웹에서 사용되는 모든 유스 케이스의 브라우저 간 저장 공간.
https://github.com/js-cookie/js-cookie
브라우저 쿠키 처리를 위한 간단하고 가벼운 JavaScript API
https://github.com/kripken/sql.js
Emscripten을 통해 JavaScript로 컴파일 된 SQLite
https://github.com/techfort/LokiJS
자바 스크립트 내장 가능 / 메모리 내장 데이터베이스
https://github.com/addyosmani/basket.js
https://addyosmani.com/basket.js/
localStorage로 파일 캐싱 및 로딩을 위한 스크립트 및 리소스 로더
https://github.com/brianleroux/lawnchair
http://brianleroux.github.io/lawnchair/
경량 클라이언트 사이드 JSON 문서 저장소,
https://github.com/zendesk/cross-storage
권한을 사용하여 교차 도메인 로컬 저장소
https://github.com/franciscop/brownies
1.7kb의 고급 쿠키 및 로컬 / 세션 저장 변경 사항에 대한 subscribe () 이벤트가 포함됩니다.
https://github.com/andris9/jStorage
jStorage는 브라우저 측에 데이터를 저장하는 간단한 키 / 값 데이터베이스입니다.
https://github.com/ScottHamper/Cookies
자바 스크립트 클라이언트 측 쿠키 조작 라이브러리
https://github.com/Wisembly/basil.js
https://wisembly.github.io/basil.js/
누락 된 Javascript 스마트 영속 계층
https://github.com/aaronpowell/db.js
http://aaronpowell.github.io/db.js/
db.js는보다 쉽게 작업 할 수 있도록 IndexedDB의 래퍼입니다.
https://github.com/tsironis/lockr
localStorage 용 최소 API 래퍼
https://github.com/jas-/crypt.io
암호화가 가능한 브라우저 저장 공간
https://github.com/nodeca/bag.js
JS / CSS / 파일 로더 + 키 / 값 저장
- 이전글JavaScript Streaming library 18.11.28
- 다음글JavaScript Spreadsheet 라이브러리들 18.11.27