Skip to content

zrrrzzt/choo-gun-leveldb-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choo-gun-leveldb-test

Test to make a happy family of choo, gun and levelDB (gun-level)

It is a bit hacky, but it kind of works

Setup

Clone the repo and do npm install

After the installation you have to do a couple of small adjustments to the gun-level module.

node_modules/gun-level/dist/index.js

In line 7 change var _gun = require('gun/gun'); to var _gun = require('gun');

node_modules/gun-level/dist/Adapter/index.js

In line 23 change var _gun = require('gun/gun'); to var _gun = require('gun');

Now you're ready and can run npm startand visit localhost:8080

Known problems

bankaiwill stop everytime you do a code change with live reload due to a LOCK from levelDB

Just do another npm startand you're back up

License

MIT

About

Test to make a happy family of choo, gun and level-db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published