Welcome to The One Minute Server
The Idea
The idea is to build something with node.js.
I decided to stored objects, just for one minute. What can you do with such a server ?
Let´s discover it.
ArchitectureOverview

Setup
You need a node-server running. And you can send Get-requests to the
server with objects in the url. e.g. : http://www.server.com/img/l=Base64Coded-Entity.
And you can get available data from the server: http://www.server.com/getdata
Server
|
|
Why “img” as path ? Because the first example dependes on
web-tracking, and it is so that you request a pixel from the server with
your tracking-request for most tracking solutions. So i went the same way.
The Img.js
|
|
I build a small data-transfer-library which you can integrate in any website to send some values. The lib has one function which is “track(JSON-Object)”. More about this in the next posts.