Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhtua/photoshare
Simple photo sharing application with Nodejs, Expressjs
https://github.com/nhtua/photoshare
Last synced: 19 days ago
JSON representation
Simple photo sharing application with Nodejs, Expressjs
- Host: GitHub
- URL: https://github.com/nhtua/photoshare
- Owner: nhtua
- License: gpl-2.0
- Created: 2015-06-02T04:23:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T16:32:02.000Z (over 9 years ago)
- Last Synced: 2024-11-08T08:41:13.391Z (2 months ago)
- Language: JavaScript
- Homepage: http://bit.ly/1K6xILQ
- Size: 328 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - photoshare
README
#Photoshare v0.0.3
Simple photo sharing real-time application with Nodejs, Expressjs#Config
1. Goto the `root` directory and run `npm install`.
2. Create `/public/upload/` directory to storage photo files.
3. Change server domain in the first line of `/public/js/receiver.script.js`
4. Run `node server.js` to start application. If you want to run on port 80, use `sudo node server.js`.# Features
##1. Identify receiver device by QR code
- Access web app on device, which you want to send photo to.
- Use your smart-phone to scan QR code and access to sender tool.##2. Real-time sharing
- The sharing photo will be appear immediately. The receiver do nothing, except only go to http://your-app.com/
- Data transfer rate depends on the bandwidth of the network and device's CPU.