An implementation of an image sharing website using NodeJS and MongoDB. The framework needs to be run on diffrent systems connected to the same network so that several users in different end systems can view images uploaded by other users as well. Any incoming image from a user is stored in MongoDB binary format in his system as well as other's systems as well.
node server.js
Make sure that mongod is running.