Simple express application which exposes itself as a GunDB peer whilst also including a bunch of RESTful API endpoints.
curl-X POST -H "Content-type: application/json" \
-d '{"test":"5555"}' http://127.0.0.1:3000/api/set/new
curl 127.0.0.1:3000/api/set/new/name/bingo
curl 127.0.0.1:3000/api/get/new
curl 127.0.0.1:3000/api/get/new/name
curl 127.0.0.1:3000/api/unset/new