248 Teilen
2 Ergebnisse
markiert
#image
I've been trying to find an example of how to read a jpeg image and then show the image.
var http = require('http'), fs = require('fs');
http.createServer(function (req, res) {
res.writeHead(...
