README
gun-lmdb
HTTP adapter for gunDB
Currently read only
Installation
npm install @notabug/gun-lmdb
Usage
require("@notabug/gun-http").attachToGun(Gun, {
root: "/gun/nodes/"
});
HTTP adapter for gun and gun-receiver
<script type="module">
import notabugGunHttp from 'https://cdn.skypack.dev/@notabug/gun-http';
</script>
HTTP adapter for gunDB
Currently read only
npm install @notabug/gun-lmdb
require("@notabug/gun-http").attachToGun(Gun, {
root: "/gun/nodes/"
});