cdnprovider
v1.0.2
Published
Easly create a CDN
Downloads
4
Readme
CDN Provider
NodeJS library to easly get a CDN (or file only cloud).
It will create a http server to privide the directories and files in the directory that you specified.
How to install
npm i cdnprovider
How to use
const provider = require('cdnprovider');
provider.provide('shared', 900);
Methods
provide
:
provide(directorypath, port);