kv-mini host is a super simple node application for storing & retreiving small dataset.
GET /?id=key or /?id=[hey1,key2]
GET /clean
GET /status
POST / {key : key, value : value}
{
"envName" : {
"cors" : "protocol:corsName:port",
"persistMethod" : "file | volatile | [db]",
"isJSONP" : true | [false]
}
}
0.0.4 generic config require
add tests
0.0.3 add alternative persist method
add multi key get
add jsonp handling
delete -> clean
0.0.2 add CORS config / add config data to status