https://github.com/dethada/node-cdn
Simple Nodejs CDN
https://github.com/dethada/node-cdn
cdn
Last synced: 11 months ago
JSON representation
Simple Nodejs CDN
- Host: GitHub
- URL: https://github.com/dethada/node-cdn
- Owner: Dethada
- License: mit
- Created: 2018-05-21T14:32:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T11:07:33.000Z (about 7 years ago)
- Last Synced: 2025-07-11T20:50:07.319Z (11 months ago)
- Topics: cdn
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node CDN
Simple nodejs cdn based on [Formidable](https://github.com/felixge/node-formidable)
## Features
Currently only supports files uploads, no file deletion.
## Usage
Send POST request to the app, with a token header containing the token you set in your environment variable.
> If you want to test using `uploadform.html` remove or comment out `&& req.headers['token'] === process.env.CDN_TOKEN` .