In memory store for PostBoard
npm install postboard-memory
var express = require('express');
var postboard = require('postboard-memory');
var app = express();
express.use(postboard());
app.listen();
HTTP POST data to URLs to save it. HTTP GET to obtain the data at that URL.