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

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.

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)