mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-07 22:56:36 +00:00
docs: Version API.
This commit is contained in:
parent
e6a9efab8c
commit
e7b6efeeb4
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>OrbitDB API</title>
|
<title>OrbitDB API - v1.0.0</title>
|
||||||
|
|
||||||
<script src="scripts/prettify/prettify.js"> </script>
|
<script src="scripts/prettify/prettify.js"> </script>
|
||||||
<script src="scripts/prettify/lang-css.js"> </script>
|
<script src="scripts/prettify/lang-css.js"> </script>
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
## OrbitDB API - v1.0.0
|
||||||
|
|
||||||
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
|
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
|
||||||
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.
|
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user