| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DeXoCDN is a public, open-source, and simple Content Delivery Network (CDN) designed for use with Node.js. It provides a caching mechanism, monitoring capabilities, and supports MongoDB for storing metadata. DeXoCDN allows developers to easily distribute and serve static assets to improve performance and reduce server load.
To use DeXoCDN in your Node.js project, follow these steps:
git clone https://github.com/DeXoHigh/dexocdn.gitcd dexocdnnpm installnpm startTo use DeXoCDN, upload your files to either the /public/images or /public/js directories. Once uploaded, you can access them through the following URLs:
For MongoDB usage, you can access the following URL for a JSON response with detailed information:
http://localhost:3000/status{
"images": [
{
"_id": "649e9eb40c739fb48c460602",
"url": "/images/logo.png",
"time": 1688116916771,
"filename": "logo.png",
"loaded": "3ms",
"expires": 1719652916774,
"__v": 0
}
],
"js": [
{
"_id": "649ea176eba41458ad39ef0b",
"url": "/js/index.js",
"time": 1688117622829,
"filename": "index.js",
"loaded": "6ms",
"expires": 1719653622835,
"__v": 0
}
]
}Contributions to DeXoCDN are welcome! If you'd like to contribute, please follow these steps:
Please ensure that your code adheres to the project's coding standards and includes appropriate tests when necessary.
DeXoCDN is open-source software licensed under the [MIT License].
If you have any questions, suggestions, or feedback, please feel free to reach out to us at your-dexo.ovh@gmail.com.
Discord: DeXo#2557
| Back | FazBrowse Home | New Git URL |