This example shows how to display a set of images inside a folder ramdonly , each refreshing idnependently. Using node and express.js
To test it you need to clone this repo.
Create img/ directory in the root folder fill the directory with any number of images in jpg format
Install npm
Install express.js
run the server.js with "node server.js" command