serve files static with image viewer code example
Example 1: access to static file nodejs
app.use(express.static(__dirname + '/public'));
<link rel="stylesheet" type="text/css" href="css/style.css" />
Example 2: nodejs express server img src
app.use(express.static(__dirname + '/images'));