I run a simple http server with Node.js:
var http = require(\'http\'); var fs = require(\'fs\'); var index = fs.readFileSync(\'index.html\'); var sensor = re
You need a templating engine to write some data into page. check out https://github.com/joyent/node/wiki/modules#wiki-templating