hyperhyperspace / hyperhyperspace-core

A library to create p2p applications, using the browser as a full peer.
https://www.hyperhyperspace.org
MIT License
204 stars 12 forks source link

Add a persistent store for node #1

Closed sbazerque closed 3 years ago

sbazerque commented 4 years ago

Currently HHS supports two storage backends:

It would be nice to have a backend over a proper storage engine (LevelDB or LevelUp seem like promising candidates) available when running in Node.

Tests for the storage module are here. The tests can be run by doing

yarn test
sbazerque commented 3 years ago

Just committed a SQLite backend in another repo: https://github.com/hyperhyperspace/hyperhyperspace-sqlite