Skip to content

Nexedi/jio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5ae73d · Apr 22, 2022
Apr 22, 2022
Jan 21, 2019
Feb 26, 2020
Apr 22, 2022
Apr 22, 2022
Sep 7, 2018
Nov 10, 2016
Sep 7, 2018
Aug 9, 2018
Apr 22, 2022
Mar 22, 2022
Aug 21, 2018
Apr 22, 2022

Repository files navigation

jIO

jIO is a promise-based JavaScript library that offers connectors to many storage backends (Dropbox, webdav, IndexedDB, GDrive, ...) using a single API. jIO supports offline use, replication, encryption and synchronization as well as querying of stored documents and attachments allowing to build complex client-side centric web applications.

jIO Documentation

The documentation can be found on https://jio.nexedi.com/

jIO Quickstart

git clone https://lab.nexedi.com/nexedi/jio.git
cd jio.git
npm install [email protected] [email protected] https://github.com/qunitjs/node-qunit.git#v0.9.3 [email protected]
make

jIO Code

RenderJS source code is hosted on Gitlab at https://lab.nexedi.com/nexedi/jio (Github mirror - please use the issue tracker on Gitlab)

jIO Test

You can run tests after installing and building jIO by opening the /test/ folder in a web browser.