Im working with node.js and I would like to know how to display a 404.html instead of a \"404 Not Found\" message.
This is my server.js:
var http = r
Do just for the 200... Read a file 404.html and write it to the response, just set the code 404 in writeHead.