https://github.com/bearddan2000/nodejs-web-gundb-express-example
A demo of using gundb with expressjs, 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/nodejs-web-gundb-express-example
example express gun gundb nodejs web
Last synced: 6 months ago
JSON representation
A demo of using gundb with expressjs, 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/nodejs-web-gundb-express-example
- Owner: bearddan2000
- Created: 2023-12-23T05:42:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:42:15.000Z (about 2 years ago)
- Last Synced: 2025-03-24T11:26:40.497Z (11 months ago)
- Topics: example, express, gun, gundb, nodejs, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/nodejs-web-gundb-express-example
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-web-gundb-express-example
## Description
A demo of using gundb with expressjs, 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
- express
- gun
## Docker stack
- node: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
- [Express example](https://github.com/amark/gun/tree/master/examples)
- [Gun docs](https://gun.eco/docs/React-Tutorial)