An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/javascript-web-gundb-example

A demo of using gundb, an offline-first and decetralized key value database. Gundb is not recommended for REST api but is better for websocket type use cases.
https://github.com/bearddan2000/javascript-web-gundb-example

example gun gundb javascript web

Last synced: 7 months ago
JSON representation

A demo of using gundb, an offline-first and decetralized key value database. Gundb is not recommended for REST api but is better for websocket type use cases.

Awesome Lists containing this project

README

          

# javascript-web-gundb-example

## Description
A demo of using gundb, an offline-first and decetralized key value database. Gundb is not recommended for REST api but is better for websocket type use cases.

## Tech stack
- gun

## Docker stack
- httpd:latest

## To run
`sudo ./install.sh -u`
- Available at http://localhost

## To stop
`sudo ./install.sh -d`

## To see help
`sudo ./install.sh -h`

## Credit
[Npm example](https://www.npmjs.com/package/gun)