This is just a little Node.js experiment that combines Express.js, Socket.io and Kinetic.js.
- Show a message when an error occurs
- Save images on disk instead of saving as blob
- Preload images of created pins on entering application
- Big images should be resized on upload
Remove the oldest pin when a new one is addedShow a notification when a user enters the applicationShow a notification when a user leaves the applicationFix z-index bug when selecting imagePut selected pin on top of the stackRemove inactive usersOnly pass the changed pins in the socked message dataAdd Bunyan loggerAdd Bower to install front-end dependenciesAdd image upload functionalityRandomly rotate and position the rectanglesAdd real-time dragging with Socket.ioAllow users to add new rectanglesAdd Kinetic functionalitySetup Express server
- run
git clone https://github.com/Coenego/pinboard.git - run
cd pinboard
- run
etc/scripts/install.sh
- run
bower install - run
npm install -d - run
node app.js | bunyan