Real-time image gallery based on socket.io with CSS Grid, flexbox and jQuery.
Responsive image gallery that can load images from server, divide them into the subpages and serve fully-functional pagination menu. All that in real-time!
-HTML
-CSS
-JavaScript
-jQuery
-Socket.io
"chokidar": "^2.0.4",
"express": "^4.16.3",
"file-system": "^2.2.2",
"jquery": "^3.3.1",
"socket.io": "^2.1.1"
These instructions will get you a copy of the project up and running on your local machine.
Open cmd in the project directory and type:
npm install
Open cmd in the project directory and type:
node index.js
- Run application.
- Open browser and go to the http://localhost:3000/
- Go to the
./public/assets/images/gallery
directory. - Try to manipulate files.
Gallery should display your changes in real time.
This project is licensed under the MIT License