Click the screenshot to watch it on youtube:
That's a simple toy project to test React JS lib from facebook. Client shows fullscreen images from server gallery folder. If you add or remove images from gallery folder the webapp will be updated via websocket.
Install server dependencies with;
npm install
Run server with:
node app.js
Point your browser at:
http://127.0.0.1:8000
View your gallery :)