Sign inSign up

pathtolife/key-value-server

By pathtolife

Updated about 4 years ago

Image
0

281

pathtolife/key-value-server repository overview

Key Value Server

A simple http key value server built using nodejs

POST /store/bob
cookies
GET /store/bob
{
  "key": "bob",
  "value": "cookies",
  "accessCount": 25,
  "creationDate": "2022-08-06T05:05:10.767Z",
  "editDate": "2022-08-06T05:05:33.830Z"
}

Getting started

A docker image is available (random code online is a little safer in a no privilege docker container)

docker run --rm -p 3000:3000 pathtolife/key-value-server

Or we can alternatively use node

npm run start

Tag summary

Content type

Image

Digest

sha256:a024fda2c

Size

39.3 MB

Last updated

about 4 years ago

docker pull pathtolife/key-value-server