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.
- Host: GitHub
- URL: https://github.com/bearddan2000/javascript-web-gundb-example
- Owner: bearddan2000
- Created: 2023-12-23T05:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:42:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T16:42:36.066Z (8 months ago)
- Topics: example, gun, gundb, javascript, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/javascript-web-gundb-example
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)